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

brett.cannon python-checkins at python.org
Thu Sep 21 23:48:51 CEST 2006


Author: brett.cannon
Date: Thu Sep 21 23:48:51 2006
New Revision: 51959

Modified:
   python/branches/bcannon-objcap/BRANCHNEWS
Log:
Mention exc_matches().


Modified: python/branches/bcannon-objcap/BRANCHNEWS
==============================================================================
--- python/branches/bcannon-objcap/BRANCHNEWS	(original)
+++ python/branches/bcannon-objcap/BRANCHNEWS	Thu Sep 21 23:48:51 2006
@@ -25,6 +25,8 @@
 Extension Modules
 -----------------
 
+* rev. 51958: Fix up handling exceptions.  Added exc_matches() exception.
+
 * rev. 51944: Change sys_dict to a module since that dict is cached somewhere.
 
 * rev. 51941: Changed exception raised by interpreter.Interpreter().execute()


More information about the Python-checkins mailing list