[Python-checkins] r51881 - python/branches/bcannon-objcap/BRANCHNEWS

brett.cannon python-checkins at python.org
Thu Sep 14 22:55:35 CEST 2006


Author: brett.cannon
Date: Thu Sep 14 22:55:35 2006
New Revision: 51881

Modified:
   python/branches/bcannon-objcap/BRANCHNEWS
Log:
Add mention of sys_dict attribute on Interpreter objects.


Modified: python/branches/bcannon-objcap/BRANCHNEWS
==============================================================================
--- python/branches/bcannon-objcap/BRANCHNEWS	(original)
+++ python/branches/bcannon-objcap/BRANCHNEWS	Thu Sep 14 22:55:35 2006
@@ -25,4 +25,6 @@
 Extension Modules
 -----------------
 
+* rev. 51880: Add access to the 'sys' modules data dict to Interpreter objects.
+
 * rev. 51875: Introduced the interpreter module.


More information about the Python-checkins mailing list