Author: georg.brandl Date: Mon Jan 7 10:29:34 2008 New Revision: 59817 Modified: python/branches/py3k/Doc/reference/datamodel.rst Log: Remove paragraph about old-style classes.
Modified: python/branches/py3k/Doc/reference/datamodel.rst ============================================================================== --- python/branches/py3k/Doc/reference/datamodel.rst (original) +++ python/branches/py3k/Doc/reference/datamodel.rst Mon Jan 7 10:29:34 2008 @@ -1013,15 +1013,7 @@ 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: _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
