[Python-checkins] r51655 - python/branches/bcannon-objcap/securing_python.txt

brett.cannon python-checkins at python.org
Wed Aug 30 23:49:20 CEST 2006


Author: brett.cannon
Date: Wed Aug 30 23:49:19 2006
New Revision: 51655

Modified:
   python/branches/bcannon-objcap/securing_python.txt
Log:
Minor details in 'Status'.

Modified: python/branches/bcannon-objcap/securing_python.txt
==============================================================================
--- python/branches/bcannon-objcap/securing_python.txt	(original)
+++ python/branches/bcannon-objcap/securing_python.txt	Wed Aug 30 23:49:19 2006
@@ -22,6 +22,7 @@
               makes less of a performance-critical operation.
             + Might need to add some C code for easily accessing
               built-in objects.
+        * How to handle creating subclasses if open() only way?
     - code
     - ??? <go through Objects/*>
 + Sandboxed versions of built-ins (`Sanitizing Built-In Types`_)


More information about the Python-checkins mailing list