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

brett.cannon python-checkins at python.org
Wed May 30 22:23:57 CEST 2007


Author: brett.cannon
Date: Wed May 30 22:23:53 2007
New Revision: 55685

Modified:
   python/branches/bcannon-objcap/securing_python.txt
Log:
Minor update.


Modified: python/branches/bcannon-objcap/securing_python.txt
==============================================================================
--- python/branches/bcannon-objcap/securing_python.txt	(original)
+++ python/branches/bcannon-objcap/securing_python.txt	Wed May 30 22:23:53 2007
@@ -4,7 +4,7 @@
 Status
 ///////////////////////////////////////
 
-+ Dangerous types (`Constructors`_)
++ Dangerous types (`Constructors`_) [done]
     - file
         * Create PyFile_Init() from file_init() [done]
         * Switch current C-level uses of 'file' constructor to


More information about the Python-checkins mailing list