Issue 1710853: PEP 318 -- add resolution and XRef (original) (raw)

Issue1710853

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:24 admin set github: 44919
2007-05-01 22:35:34 jimjjewett create