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: PEP 318 -- add resolution and XRef
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jimjjewett
Priority: normal Keywords: patch

Created on 2007-05-01 22:35 by jimjjewett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix318.txt jimjjewett, 2007-05-01 22:35 diff.py -u against current PEP
Messages (2)
msg52545 - (view) Author: Jim Jewett (jimjjewett) Date: 2007-05-01 22:35
PEP 318 still lists two issues as unresolved, and some decisions as not yet final.  It says that class decorators will probably not be added to 2.4.

This adds short comments stating what the resolution was, and referring people to PEP3129, which does add class decorators.
msg52546 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-05-02 07:14
Thanks, edited and committed as rev. 55071.
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 44919
2007-05-01 22:35:34jimjjewettcreate