diff options
author | Georg Brandl <georg@python.org> | 2008-01-07 09:29:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-07 09:29:34 (GMT) |
commit | 8de8e03849ecbb08da6deb4679d08c0206b71316 (patch) | |
tree | e7fb59587abc970b871347dd680808a8467a07ad /Doc/reference | |
parent | 59d6916ca84afe1a7a317cb4ce6dc044e4316f09 (diff) | |
download | cpython-8de8e03849ecbb08da6deb4679d08c0206b71316.zip cpython-8de8e03849ecbb08da6deb4679d08c0206b71316.tar.gz cpython-8de8e03849ecbb08da6deb4679d08c0206b71316.tar.bz2 |
Remove paragraph about old-style classes.
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/datamodel.rst | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 237d858..92fece1 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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: |