X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/reference/simple_stmts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -630,11 +630,11 @@ Additional information on exceptions can be found in section :ref:`exceptions`,
and information about handling exceptions is in section :ref:`try`.

.. versionchanged:: 3.3
:const:`None` is now permitted as ``Y`` in ``raise X from Y``
:const:`None` is now permitted as ``Y`` in ``raise X from Y``.

.. versionadded:: 3.3
The ``__suppress_context__`` attribute to suppress automatic display of the
exception context
exception context.

.. _break:

Expand Down
X Tutup