[Python-checkins] r56122 - sandbox/trunk/pep0/NOTES
brett.cannon
python-checkins at python.org
Thu Jun 28 22:40:29 CEST 2007
Author: brett.cannon
Date: Thu Jun 28 22:40:29 2007
New Revision: 56122
Modified:
sandbox/trunk/pep0/NOTES
Log:
List some todos.
Modified: sandbox/trunk/pep0/NOTES
==============================================================================
--- sandbox/trunk/pep0/NOTES (original)
+++ sandbox/trunk/pep0/NOTES Thu Jun 28 22:40:29 2007
@@ -1,9 +1,12 @@
-Functionality to add
---------------------
+TODO
+-----
* Read PEPs as UTF-8.
* Author/email list.
+ + Decide on final format of email lists.
+ - Parse new format.
+ - Warn on PEPs using the old format.
+ Fix loss of a single space when name contains an accented character.
* Verify PEP is well-formatted.
More information about the Python-checkins
mailing list