]> granicus.if.org Git - python/commitdiff
Remove paragraph about old-style classes.
authorGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 09:29:34 +0000 (09:29 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 09:29:34 +0000 (09:29 +0000)
Doc/reference/datamodel.rst

index 237d8589ead7739e9508cf386449c80a25831d33..92fece11d64cca89ee055ff0adda1b578f5dafe4 100644 (file)
@@ -1013,15 +1013,7 @@ in case of multiple inheritance.
 This manual is not up-to-date with respect to new-style classes.  For now,
 please see http://www.python.org/doc/newstyle/ for more information.
 
-.. index::
-   single: class; new-style
-   single: class; classic
-   single: class; old-style
-
-The plan is to eventually drop old-style classes, leaving only the semantics of
-new-style classes.  This change will probably only be feasible in Python 3.0.
-
-XXX Remove old style classes from docs
+.. XXX remove old style classes from docs
 
 
 .. _specialnames: