
python-checkins at python
Sep 6, 2008, 12:42 PM
Post #1 of 1
(36 views)
Permalink
|
|
r66264 - python/trunk/README
|
|
Author: benjamin.peterson Date: Sat Sep 6 21:42:39 2008 New Revision: 66264 Log: docs are pretty good about new-style classes these days Modified: python/trunk/README Modified: python/trunk/README ============================================================================== --- python/trunk/README (original) +++ python/trunk/README Sat Sep 6 21:42:39 2008 @@ -90,12 +90,6 @@ primarily for documentation authors, translators, and people with special formatting requirements. -Unfortunately, new-style classes (new in Python 2.2) have not yet been -integrated into Python's standard documentation. A collection of -pointers to what has been written is at: - - http://www.python.org/doc/newstyle.html - Web sites --------- _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|