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.

classification
Title: Incorrect PEP link in Language Reference section 7.7
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: docs@python, ezio.melotti, python-dev, terrence
Priority: normal Keywords:

Created on 2011-03-08 23:12 by terrence, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg130385 - (view) Author: Terrence Cole (terrence) Date: 2011-03-08 23:12
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.
msg130601 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-11 18:51
New changeset ed1f7b3f2ff3 by Ezio Melotti in branch '3.1':
#11446: fix incorrect PEP link.
http://hg.python.org/cpython/rev/ed1f7b3f2ff3
msg130603 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-11 18:54
New changeset eeef2f17a774 by Ezio Melotti in branch '3.2':
#11446: merge with 3.1.
http://hg.python.org/cpython/rev/eeef2f17a774
msg130604 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-11 18:57
New changeset 14a2d276b9ab by Ezio Melotti in branch 'default':
#11446: merge with 3.2.
http://hg.python.org/cpython/rev/14a2d276b9ab
msg130605 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-03-11 18:58
Thanks for the report!
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55655
2011-03-11 18:58:40ezio.melottisetstatus: open -> closed

assignee: docs@python -> ezio.melotti

nosy: + ezio.melotti
messages: + msg130605
resolution: fixed
stage: resolved
2011-03-11 18:57:35python-devsetmessages: + msg130604
2011-03-11 18:54:01python-devsetmessages: + msg130603
2011-03-11 18:51:19python-devsetnosy: + python-dev
messages: + msg130601
2011-03-08 23:12:28terrencecreate