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

brett.cannon python-checkins at python.org
Thu Sep 21 01:23:42 CEST 2006


Author: brett.cannon
Date: Thu Sep 21 01:23:42 2006
New Revision: 51942

Modified:
   python/branches/bcannon-objcap/BRANCHNEWS
Log:
Add mention of change to RuntimeError for execute() and addition of
redirect_output().


Modified: python/branches/bcannon-objcap/BRANCHNEWS
==============================================================================
--- python/branches/bcannon-objcap/BRANCHNEWS	(original)
+++ python/branches/bcannon-objcap/BRANCHNEWS	Thu Sep 21 01:23:42 2006
@@ -25,6 +25,10 @@
 Extension Modules
 -----------------
 
+* rev. 51941: Changed exception raised by interpreter.Interpreter().execute()
+  to RuntimError when something goes bad.  Also added the redirect_output()
+  method.
+
 * rev. 51914: Changed accessing the built-in namespace dict from an attribute
   to a function call.  This is because the dict is cached in the execution
   frame created when the interpreter is first created and thus setting the dict


More information about the Python-checkins mailing list