diff options
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref4.tex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index c8b536e..9ae8bfa 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -197,10 +197,6 @@ Exceptions can also be identified by strings, in which case the value can be raised along with the identifying string which can be passed to the handler. -\deprecated{2.5}{String exceptions should not be used in new code. -They will not be supported in a future version of Python. Old code -should be rewritten to use class exceptions instead.} - \begin{notice}[warning] Messages to exceptions are not part of the Python API. Their contents may change from one version of Python to the next without warning and should not |