[New-bugs-announce] [issue11446] Incorrect PEP link in Language Reference section 7.7

Terrence Cole report at bugs.python.org
Wed Mar 9 00:12:29 CET 2011


New submission from Terrence Cole <terrence at zettabytestorage.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 130385
nosy: docs at python, terrence
priority: normal
severity: normal
status: open
title: Incorrect PEP link in Language Reference section 7.7
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11446>
_______________________________________


More information about the New-bugs-announce mailing list