From: Benjamin Peterson Date: Sat, 6 Sep 2008 19:42:39 +0000 (+0000) Subject: docs are pretty good about new-style classes these days X-Git-Tag: v2.6rc1~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=873c9f15d09965034b7ae5a324aa8c4d9ba34c7a;p=thirdparty%2FPython%2Fcpython.git docs are pretty good about new-style classes these days --- diff --git a/README b/README index 8408e759ae3f..470e0eef6831 100644 --- a/README +++ b/README @@ -90,12 +90,6 @@ reStructuredText (2.6+) formats; the LaTeX and reStructuredText versions are 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 ---------