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

brett.cannon python-checkins at python.org
Tue May 29 21:19:17 CEST 2007


Author: brett.cannon
Date: Tue May 29 21:19:14 2007
New Revision: 55656

Modified:
   python/branches/bcannon-objcap/BRANCH_NOTES
Log:
Update notes on what tests need to be written.


Modified: python/branches/bcannon-objcap/BRANCH_NOTES
==============================================================================
--- python/branches/bcannon-objcap/BRANCH_NOTES	(original)
+++ python/branches/bcannon-objcap/BRANCH_NOTES	Tue May 29 21:19:14 2007
@@ -37,11 +37,8 @@
         + Delegate protects importlib.
         + Whitelisting works.
             * Name fall-through to alternate implementation.
-        + '.hidden' cannot be imported.
         + Removed modules cannot be imported (unless whitelisted).
-        + 'sys' not exposed on any modules needed for interpreter.
-    - Types crippled.
-        + code
+    - Thoroughly look for open and execfile.
 
 
 ==========


More information about the Python-checkins mailing list