[Python-checkins] r61861 - sandbox/trunk/import_in_py/NOTES sandbox/trunk/import_in_py/TODO

brett.cannon python-checkins at python.org
Tue Mar 25 02:35:43 CET 2008


Author: brett.cannon
Date: Tue Mar 25 02:35:42 2008
New Revision: 61861

Added:
   sandbox/trunk/import_in_py/NOTES
      - copied unchanged from r61840, sandbox/trunk/import_in_py/TODO
Removed:
   sandbox/trunk/import_in_py/TODO
Log:
Move TODO to NOTES.


Deleted: /sandbox/trunk/import_in_py/TODO
==============================================================================
--- /sandbox/trunk/import_in_py/TODO	Tue Mar 25 02:35:42 2008
+++ (empty file)
@@ -1,7 +0,0 @@
-* Move Py3K version over to _fileio._FileIO for file work.
-    + Can set as open() if desired (but probably not needed).
-    + Make sure that reading/writing to file is done in bytes.
-    + Be aware that encoding/decoding from file not guaranteed to work as
-      the encodings module might not be available yet.
-* For Py3K, always have __file__ point to the .py file if it exists.
-* PEP 366.
\ No newline at end of file


More information about the Python-checkins mailing list