[Python-checkins] r55982 - sandbox/trunk/pep0/NOTES sandbox/trunk/pep0/TODO

brett.cannon python-checkins at python.org
Fri Jun 15 04:48:48 CEST 2007


Author: brett.cannon
Date: Fri Jun 15 04:48:43 2007
New Revision: 55982

Added:
   sandbox/trunk/pep0/NOTES
      - copied, changed from r54858, sandbox/trunk/pep0/TODO
Removed:
   sandbox/trunk/pep0/TODO
Log:
Rename TODO to NOTES and update.


Copied: sandbox/trunk/pep0/NOTES (from r54858, sandbox/trunk/pep0/TODO)
==============================================================================
--- sandbox/trunk/pep0/TODO	(original)
+++ sandbox/trunk/pep0/NOTES	Fri Jun 15 04:48:43 2007
@@ -1,10 +1,3 @@
-* Update test_pep0:
-    + authors
-    + output
-    + pep
-    + statictext
-
-
 Functionality to add
 --------------------
 
@@ -17,7 +10,7 @@
         - Underline to length of author name or just column header like in
           rest of doc?
 
-* Make sure that it is easy to identify which PEP triggered an error.
+* Verify PEP is well-formatted.
     + Values in fields correct.
         - All authors declared in authors.py.
     + Formatting correct.
@@ -37,7 +30,8 @@
               up-to-date address in a single location.
 
     + Type field
-        - Meta-PEPs are not delineated as such.
+        - Meta-PEPs are not delineated as such (e.g., usually specified as
+          Informative).
 
     + Status field.
         - Empty PEPs are not specified as such.

Deleted: /sandbox/trunk/pep0/TODO
==============================================================================
--- /sandbox/trunk/pep0/TODO	Fri Jun 15 04:48:43 2007
+++ (empty file)
@@ -1,64 +0,0 @@
-* Update test_pep0:
-    + authors
-    + output
-    + pep
-    + statictext
-
-
-Functionality to add
---------------------
-
-* Read PEPs as UTF-8.
-
-* Author/email list.
-    + names
-    + emails
-    + Column headers.
-        - Underline to length of author name or just column header like in
-          rest of doc?
-
-* Make sure that it is easy to identify which PEP triggered an error.
-    + Values in fields correct.
-        - All authors declared in authors.py.
-    + Formatting correct.
-        - Plaintext.
-        - reST.
-
-
-Inconsistencies/Things To Improve
----------------------------------
-* Within PEPs:
-
-    + Author field
-        - Three different formats for author (two include an email address).
-        - Best to settle on a single format.
-            * Author names separated by commas.
-            * Maintain email addresses only in PEP index so as to always have
-              up-to-date address in a single location.
-
-    + Type field
-        - Meta-PEPs are not delineated as such.
-
-    + Status field.
-        - Empty PEPs are not specified as such.
-
-* In the index:
-
-    * Counting gap in numerical index and a newline.
-        + 42/100, 160/200.
-        + No other spaces in the count are used (e.g., 666/754).
-        + Have no spaces, always have a space?
-        + Should jumps in thousands digit have more than a single newline?
-
-    * Titles that are longer than allowed.
-        + 311, 3001.
-        + Use custom titles to fit.
-        + Possible solutions.
-            - Use ellipsis to shorten name for index?
-            - Just deal with some being longer than expected?
-
-    * Type/Status field.
-        + Active and Draft status is not listed in index.
-            - Conflicts with Accepted and Deferred initials, respectively.
-            - Worth using other letters?
-


More information about the Python-checkins mailing list