[Python-checkins] r54804 - sandbox/trunk/pep0/TODO (original) (raw)
brett.cannon python-checkins at python.org
Fri Apr 13 06:17:15 CEST 2007
- Previous message: [Python-checkins] r54803 - sandbox/trunk/pep0/pep0.py
- Next message: [Python-checkins] r54805 - python/branches/release25-maint/Lib/test/test_pty.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: brett.cannon Date: Fri Apr 13 06:17:12 2007 New Revision: 54804
Modified: sandbox/trunk/pep0/TODO Log: Reorganize TODO inconsistencies.
Modified: sandbox/trunk/pep0/TODO
--- sandbox/trunk/pep0/TODO (original) +++ sandbox/trunk/pep0/TODO Fri Apr 13 06:17:12 2007 @@ -1,30 +1,10 @@ -Current discrepencies
-Compatibility with PEP numerical index only (no static text).
-* Type/status issues (might be inconsistencies between index and PEP): - - 160: missing F - - 206: missing W - - 216: missing R - - 220: missing D - - 226: missing F - - 247: missing F - - 248: missing F - - 249: missing F - - 251: missing F - - 269: added D - - 272: missing F - - 283: missing F - - 286: added A - - 320: missing F - - 344: added A - - 353: used F, expected A - - 356: missing F - - 364: added A - - 3102: used A, expected F - - 3104: used A, expected F - - 3107: used A, expected F - - 3104: used A +Current discrepencies/bugs +-------------------------- + +* Be able to import authors.py . + - Probably as simple as declaring encoding. + - Otherwise prepend 'u' to every string. + Functionality to add @@ -51,6 +31,9 @@ * Make sure that it is easy to identify which PEP triggered an error. + Has all expected fields. + Values in fields correct. + - Type + - Status + - All authors declared in authors.py. + Formatting correct. - Plaintext. - reST. @@ -58,34 +41,38 @@ Inconsistencies
-* 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.
-* 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?
-* Empty PEPs are not in any way identified within the PEPs themselves. - + Get rid of section and just consider rejected? - - No longer accept empty PEPs, right?
-* Meta-PEPs are not noted as such within the PEPs. - + Add a "Meta" option for "Type"?
-* Status field.
- Not all PEPs use consistent names (e.g., some just say "Standard" instead
- of "Standard Track").
- Status of PEPs not consistently listed in index.
+* 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.
- Not all PEPs use consistent names (e.g., some just say "Standard" instead
of "Standard Track").
- 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.
+ Informational PEPs inconsistenty leave out Status.
- Previous message: [Python-checkins] r54803 - sandbox/trunk/pep0/pep0.py
- Next message: [Python-checkins] r54805 - python/branches/release25-maint/Lib/test/test_pty.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]