[Python-checkins] r53592 - peps/trunk/pep-0352.txt

brett.cannon python-checkins at python.org
Mon Jan 29 06:54:11 CET 2007


Author: brett.cannon
Date: Mon Jan 29 06:54:11 2007
New Revision: 53592

Modified:
   peps/trunk/pep-0352.txt
Log:
Clarify transition plan about dropping string exceptions since the plan says
that an ability will be dropped the version after it is deprecated and thus
string exceptions will be gone in 2.6.


Modified: peps/trunk/pep-0352.txt
==============================================================================
--- peps/trunk/pep-0352.txt	(original)
+++ peps/trunk/pep-0352.txt	Mon Jan 29 06:54:11 2007
@@ -272,7 +272,7 @@
 
   - drop everything that was deprecated above:
 
-    + drop string exceptions (could do this sooner?)
+    + string exceptions (both raising and catching)
 
     + all exceptions must inherit from BaseException
 


More information about the Python-checkins mailing list