From: Benjamin Peterson Date: Thu, 1 Jul 2010 17:51:42 +0000 (+0000) Subject: Merged revisions 82422 via svnmerge from X-Git-Tag: v3.1.3rc1~567 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d793847608528231748001592313567ed1ec4d47;p=python Merged revisions 82422 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r82422 | benjamin.peterson | 2010-07-01 12:49:01 -0500 (Thu, 01 Jul 2010) | 9 lines Merged revisions 82420 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82420 | benjamin.peterson | 2010-07-01 12:45:52 -0500 (Thu, 01 Jul 2010) | 1 line fix fixer name ........ ................ --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index a0a46103a9..f3be8fa036 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -276,7 +276,7 @@ and off individually. They are described here in more detail. Converts the :keyword:`print` statement to the :func:`print` function. -.. 2to3fixer:: raises +.. 2to3fixer:: raise Converts ``raise E, V`` to ``raise E(V)``, and ``raise E, V, T`` to ``raise E(V).with_traceback(T)``. If ``E`` is a tuple, the translation will be