[Python-checkins] r55141 - peps/trunk/pep-0361.txt

brett.cannon python-checkins at python.org
Sat May 5 03:34:52 CEST 2007


Author: brett.cannon
Date: Sat May  5 03:34:50 2007
New Revision: 55141

Modified:
   peps/trunk/pep-0361.txt
Log:
Add mention about PEP 352 and the deprecation of BaseException.message.


Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Sat May  5 03:34:50 2007
@@ -53,6 +53,7 @@
 
         352: Raising a string exception now triggers a TypeError.
              Attempting to catch a string exception raises DeprecationWarning.
+             BaseException.message has been deprecated.
 
     New modules in the standard library:
 


More information about the Python-checkins mailing list