[Python-Dev] Oddity PEP 0 key

Benjamin Peterson benjamin at python.org
Fri May 1 21:32:18 CEST 2009


2009/5/1 MRAB <google at mrabarnett.plus.com>:
> 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

Yes, that makes more sense. Would you like to submit a patch against
the PEP 0 generator? (It's in peps/pep0)



-- 
Regards,
Benjamin


More information about the Python-Dev mailing list