[Python-checkins] r55645 - python/branches/bcannon-objcap/Lib/controlled_importlib.py
brett.cannon
python-checkins at python.org
Tue May 29 19:37:01 CEST 2007
Author: brett.cannon
Date: Tue May 29 19:36:56 2007
New Revision: 55645
Added:
python/branches/bcannon-objcap/Lib/controlled_importlib.py (contents, props changed)
Log:
Add whitelisting to imports.
Added: python/branches/bcannon-objcap/Lib/controlled_importlib.py
==============================================================================
--- (empty file)
+++ python/branches/bcannon-objcap/Lib/controlled_importlib.py Tue May 29 19:36:56 2007
@@ -0,0 +1 @@
+link ../importlib/controlled_importlib.py
\ No newline at end of file
More information about the Python-checkins
mailing list