[Python-checkins] r54823 - sandbox/trunk/pep0/TODO sandbox/trunk/pep0/pep0.py (original) (raw)

brett.cannon python-checkins at python.org
Sat Apr 14 02:58:04 CEST 2007


Author: brett.cannon Date: Sat Apr 14 02:58:00 2007 New Revision: 54823

Modified: sandbox/trunk/pep0/TODO sandbox/trunk/pep0/pep0.py Log: Clarify what is left to do.

Modified: sandbox/trunk/pep0/TODO

--- sandbox/trunk/pep0/TODO (original) +++ sandbox/trunk/pep0/TODO Sat Apr 14 02:58:00 2007 @@ -4,12 +4,21 @@ * Read PEPs as UTF-8. * Output static text for PEP 0. - + Store Key in data structure for easy mapping? - - Would allow for easy validation that metadata is correct in PEPs.

-* Output PEP 0 with numerical PEP index.

Modified: sandbox/trunk/pep0/pep0.py

--- sandbox/trunk/pep0/pep0.py (original) +++ sandbox/trunk/pep0/pep0.py Sat Apr 14 02:58:00 2007 @@ -201,8 +201,9 @@ print print "Owners" print



More information about the Python-checkins mailing list