classification
Title: Missing cross reference in types.new_class documentation
Type: enhancement Stage: committed/rejected
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ncoghlan Nosy List: ncoghlan, python-dev
Priority: normal Keywords:

Created on 2012-05-29 05:47 by ncoghlan, last changed 2012-05-30 12:17 by python-dev. This issue is now closed.

Messages (2)
msg161856 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2012-05-29 05:47
The http://docs.python.org/dev/library/types#dynamic-type-creation docs should have a see also ref to the main class creation docs in the language reference.

Just a reminder to myself so I don't forget to fix it.
msg161948 - (view) Author: Roundup Robot (python-dev) Date: 2012-05-30 12:17
New changeset a5e621c8dd44 by Nick Coghlan in branch 'default':
Close #14947: add missing cross-reference to Language Definition from the new dynamic type creation functions. Also cleaned up the general wording of the docs
http://hg.python.org/cpython/rev/a5e621c8dd44
History
Date User Action Args
2012-05-30 12:17:45python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg161948

resolution: fixed
stage: committed/rejected
2012-05-29 05:47:29ncoghlancreate