mirror of
https://github.com/python/cpython.git
synced 2026-05-21 03:44:14 -04:00
129bd52146
The next step of PEP 352 (for 2.6) causes raising a string exception to trigger a TypeError. Trying to catch a string exception raises a DeprecationWarning. References to string exceptions has been removed from the docs since they are now just an error.