@@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version: Python 3.9\n"
1616"Report-Msgid-Bugs-To: \n"
17- "POT-Creation-Date: 2020-11-05 04:32 +0000\n"
17+ "POT-Creation-Date: 2020-11-06 04:33 +0000\n"
1818"PO-Revision-Date: 2020-11-03 04:34+0000\n"
1919"Last-Translator: m_aciek <
[email protected] >, 2020\n"
2020"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -200765,18 +200765,20 @@ msgstr ""
200765200765
200766200766msgid ""
200767200767"The :keyword:`raise` statement allows an optional :keyword:`from` which "
200768- "enables chaining exceptions by setting the ``__cause__`` attribute of the "
200769- "raised exception. For example::"
200768+ "enables chaining exceptions. For example::"
200770200769msgstr ""
200771200770
200772200771msgid "This can be useful when you are transforming exceptions. For example::"
200773200772msgstr ""
200774200773
200775200774msgid ""
200776- "The expression following the :keyword:`from` must be either an exception or "
200777- "``None``. Exception chaining happens automatically when an exception is "
200778- "raised inside an exception handler or :keyword:`finally` section. Exception "
200779- "chaining can be disabled by using ``from None`` idiom:"
200775+ "Exception chaining happens automatically when an exception is raised inside "
200776+ "an :keyword:`except` or :keyword:`finally` section. Exception chaining can "
200777+ "be disabled by using ``from None`` idiom:"
200778+ msgstr ""
200779+
200780+ msgid ""
200781+ "For more information about chaining mechanics, see :ref:`bltin-exceptions`."
200780200782msgstr ""
200781200783
200782200784msgid "User-defined Exceptions"
0 commit comments