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

brett.cannon python-checkins at python.org
Thu Sep 7 01:27:37 CEST 2006


Author: brett.cannon
Date: Thu Sep  7 01:27:37 2006
New Revision: 51796

Modified:
   python/branches/bcannon-objcap/securing_python.txt
Log:
Remove XXX comment about needing to add info of where 'sys' module values come from.

Modified: python/branches/bcannon-objcap/securing_python.txt
==============================================================================
--- python/branches/bcannon-objcap/securing_python.txt	(original)
+++ python/branches/bcannon-objcap/securing_python.txt	Thu Sep  7 01:27:37 2006
@@ -36,7 +36,6 @@
 + Filesystem path hiding (`Filesystem Information`_)
 + Tweaked stdlib modules
     - mini 'sys' module (`Making the ``sys`` Module Safe`_)
-        * XXX mark what attributes are global to the process
     - genericpath module (for os.path when C modules blocked)
     - socket (`Safe Networking`_)
     - thread (XXX only if worried about thread resource starvation,


More information about the Python-checkins mailing list