This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terrence
Recipients docs@python, terrence
Date 2011-03-08.23:12:28
SpamBayes Score 0.0053390954
Marked as misclassified No
Message-id <1299625949.4.0.356508747283.issue11446@psf.upfronthosting.co.za>
In-reply-to
Content
At the bottom of section 7.7 Class Definitions in the Python Language Reference:
http://docs.python.org/py3k/reference/compound_stmts.html#class-definitions

The text is:
See also: PEP 3116 - Metaclasses in Python 3 PEP 3129 - Class Decorators

This appears to be a typo.  PEP 3116 is "New I/O", not "Metaclasses in Python3000" -- the correct PEP number is 3115.
History
Date User Action Args
2011-03-08 23:12:29terrencesetrecipients: + terrence, docs@python
2011-03-08 23:12:29terrencesetmessageid: <1299625949.4.0.356508747283.issue11446@psf.upfronthosting.co.za>
2011-03-08 23:12:28terrencelinkissue11446 messages
2011-03-08 23:12:28terrencecreate