[Python-checkins] r55662 - python/branches/bcannon-objcap/BRANCH_NOTES
brett.cannon
python-checkins at python.org
Wed May 30 00:43:04 CEST 2007
Author: brett.cannon
Date: Wed May 30 00:43:01 2007
New Revision: 55662
Modified:
python/branches/bcannon-objcap/BRANCH_NOTES
Log:
Add note about dealing with SystemExit.
Modified: python/branches/bcannon-objcap/BRANCH_NOTES
==============================================================================
--- python/branches/bcannon-objcap/BRANCH_NOTES (original)
+++ python/branches/bcannon-objcap/BRANCH_NOTES Wed May 30 00:43:01 2007
@@ -32,6 +32,7 @@
=====
To Do
=====
+* Deal with exit()/SystemExit.
* Write tests.
- Import
+ Whitelisting works.
More information about the Python-checkins
mailing list