[issue17188] Document 'from None' in raise statement doc.

Nick Coghlan report at bugs.python.org
Sat Feb 16 06:38:43 CET 2013


Nick Coghlan added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17188>
_______________________________________


More information about the Python-bugs-list mailing list