This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients benjamin.peterson, docs@python, ezio.melotti, ncoghlan, terry.reedy
Date 2013-02-16.05:38:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360993123.59.0.346345866584.issue17188@psf.upfronthosting.co.za>
In-reply-to
Content
As Terry notes, the various pieces of "from None" documentation should also have a nearby directive like:

.. versionchanged: 3.3

   :const:`None` permitted as ``Y`` in ``raise X from Y`` 

.. versionadded: 3.3

   The ``__suppress_context__`` attribute to suppress automatic display of the exception context
History
Date User Action Args
2013-02-16 05:38:43ncoghlansetrecipients: + ncoghlan, terry.reedy, benjamin.peterson, ezio.melotti, docs@python
2013-02-16 05:38:43ncoghlansetmessageid: <1360993123.59.0.346345866584.issue17188@psf.upfronthosting.co.za>
2013-02-16 05:38:43ncoghlanlinkissue17188 messages
2013-02-16 05:38:43ncoghlancreate