[pypy-svn] r78012 - pypy/branch/fast-forward/lib-python

trundle at codespeak.net trundle at codespeak.net
Sat Oct 16 00:43:24 CEST 2010


Author: trundle
Date: Sat Oct 16 00:43:19 2010
New Revision: 78012

Modified:
   pypy/branch/fast-forward/lib-python/TODO
Log:
Add note about catching string exceptions to TODO


Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO	(original)
+++ pypy/branch/fast-forward/lib-python/TODO	Sat Oct 16 00:43:19 2010
@@ -35,7 +35,9 @@
   test_pickle()
 
 - "exceptions must be old-style classes or derived from BaseException, not str"
-  in the 'raise' statement and generator.throw()
+  in the 'raise' statement and generator.throw(), catching a string
+  should emit a DeprecationWarning ("catching of string exceptions is
+  deprecated")
 
 - missing builtin: memoryview
 



More information about the Pypy-commit mailing list