[Python-checkins] r54823 - sandbox/trunk/pep0/TODO sandbox/trunk/pep0/pep0.py
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.
+ + Header.
+ + Footer.
+ + References.
+ + Column titles for numerical index.
+ + Author/email list.
+ - names
+ - emails
+ - Column headers.
+ * Underline to length of author name or just column header like in
+ rest of doc?
* Output PEP 0 with special sections.
+ + Sort PEPs.
+ + Column headers.
+ + Section info.
* Make sure that it is easy to identify which PEP triggered an error.
+ Has all expected fields.
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
- # XXX list by last name, sort (take into account van/von and Jr.), list
- # nickname, and
- # output with email. Need to know longest one for both fields to make sure
- # list header is long enough and proper padding between name and email is
- # done.
+ # XXX
+ # * get "last, first I." of each name.
+ # * add nickname.
+ # * find longest name.
+ # * column headers.
+ # * name/email with a two-space separation between longest name and email.
More information about the Python-checkins
mailing list