[Python-checkins] r54821 - sandbox/trunk/pep0/TODO

brett.cannon python-checkins at python.org
Sat Apr 14 02:34:43 CEST 2007


Author: brett.cannon
Date: Sat Apr 14 02:34:42 2007
New Revision: 54821

Modified:
   sandbox/trunk/pep0/TODO
Log:
Update TODO that authors index has been implemented.


Modified: sandbox/trunk/pep0/TODO
==============================================================================
--- sandbox/trunk/pep0/TODO	(original)
+++ sandbox/trunk/pep0/TODO	Sat Apr 14 02:34:42 2007
@@ -1,26 +1,9 @@
-Current discrepencies/bugs
---------------------------
-
-* Be able to import authors.py .
-    - Probably as simple as declaring encoding.
-    - Otherwise prepend 'u' to every string.
-
-
-
 Functionality to add
 --------------------
 
 * Read PEPs as UTF-8.
 
 * Output static text for PEP 0.
-    + Store Owners list in a data structure.
-        - Support nicknames for PEP listing (e.g., "Guido van Rossum" ->
-          "GvR").
-        - Care about making sure that email addresses are up-to-date between
-          PEPs and PEP 0?
-        - Worth keeping emails in both PEP 0 and individual PEPs, or just make
-          PEP 0 master and leave out of PEPs so that single place can be
-          maintained and considered up-to-date?
     + Store Key in data structure for easy mapping?
         - Would allow for easy validation that metadata is correct in PEPs.
 
@@ -39,8 +22,8 @@
         - reST.
 
 
-Inconsistencies
-----------------
+Inconsistencies/Things To Improve
+---------------------------------
 * Within PEPs:
 
     + Author field


More information about the Python-checkins mailing list