[Python-checkins] r61830 - sandbox/trunk/import_in_py/TODO

brett.cannon python-checkins at python.org
Mon Mar 24 05:46:16 CET 2008


Author: brett.cannon
Date: Mon Mar 24 05:46:16 2008
New Revision: 61830

Modified:
   sandbox/trunk/import_in_py/TODO
Log:
More TODOs relating to possible issues in Py3K.


Modified: sandbox/trunk/import_in_py/TODO
==============================================================================
--- sandbox/trunk/import_in_py/TODO	(original)
+++ sandbox/trunk/import_in_py/TODO	Mon Mar 24 05:46:16 2008
@@ -1,4 +1,6 @@
-* Put importlib into 2.6 stdlib after hiding the entire API and exposing only
-  a simple one.
 * For Py3K, always have __file__ point to the .py file if it exists.
 * PEP 366.
+* For Py3K, use _fileio and any wrappers to deal with lack of open() before
+  io.py can be imported.
+* Decide if source files really need to be opened as text or should be passed
+  in as bytes and let parser handle any conversion.


More information about the Python-checkins mailing list