Author: brett.cannon
Date: Mon Oct 15 22:17:02 2007
New Revision: 58485

Modified:
   python/branches/py3k-importlib/NEWS
Log:
Flesh out last NEWS entry.


Modified: python/branches/py3k-importlib/NEWS
==============================================================================
--- python/branches/py3k-importlib/NEWS (original)
+++ python/branches/py3k-importlib/NEWS Mon Oct 15 22:17:02 2007
@@ -1,4 +1,6 @@
-* Store old __import__ into __old_import__ and use importlib.
+* Store old __import__ into __old_import__ and use importlib.  Required
+  introducing a somewhat fake file object that uses posix and file descriptors
+  as open() is defined in site.py which obviously has not been imported yet.
 
 * Add _r_long() and _w_long() to marshal.
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to