[Python-checkins] r55593 - python/branches/bcannon-objcap/BRANCH_NOTES

brett.cannon python-checkins at python.org
Fri May 25 23:04:49 CEST 2007


Author: brett.cannon
Date: Fri May 25 23:04:46 2007
New Revision: 55593

Modified:
   python/branches/bcannon-objcap/BRANCH_NOTES
Log:
Update some notes.


Modified: python/branches/bcannon-objcap/BRANCH_NOTES
==============================================================================
--- python/branches/bcannon-objcap/BRANCH_NOTES	(original)
+++ python/branches/bcannon-objcap/BRANCH_NOTES	Fri May 25 23:04:46 2007
@@ -12,8 +12,6 @@
 ======
 Status
 ======
-* Fix failing tests.
-    - test_xmlrpc
 * Turn on whitelisting.
     - Verify injecting 'open' into importlib works.
 * Write tests.
@@ -28,7 +26,7 @@
     - Types crippled.
         + file
         + code
-* Fix 'sys' module.
+* Fix 'sys' module reloading.
     - test_xmlrpc relies on reloading sys to get setdefaultencoding, but hack
       to allow re-import of sys doesn't let this work.
 


More information about the Python-checkins mailing list