[Python-Dev] Oddity PEP 0 key
MRAB
google at mrabarnett.plus.com
Fri May 1 17:33:47 CEST 2009
I've just noticed an oddity in the key in PEP 0. Most letters are used
more than once. Wouldn't it be clearer if different letters were used
for "Accepted" and "Active" instead of them both being 'A', for example?
-> A - Accepted proposal
-> R - Rejected proposal
W - Withdrawn proposal
-> D - Deferred proposal
F - Final proposal
-> A - Active proposal
-> D - Draft proposal
-> R - Replaced proposal
More information about the Python-Dev
mailing list