@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.8\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2020-08-23 14:54 +0000\n "
14+ "POT-Creation-Date : 2020-10-21 15:27 +0000\n "
1515"PO-Revision-Date : 2020-05-30 12:02+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -512,6 +512,12 @@ msgid ""
512512"single interactive statement (in the latter case, expression statements that "
513513"evaluate to something other than ``None`` will be printed)."
514514msgstr ""
515+ "Argument *mode* określa, jaki rodzaj kodu ma zostać skompilowany; może mieć "
516+ "wartość ``'exec'`` jeśli *źródło* składa się z sekwencji instrukcji, "
517+ "``'eval'`` jeśli składa się z jednego wyrażenia lub ``'single'`` jeśli "
518+ "składa się z jednej interaktywnej instrukcji (w ostatnim przypadku, "
519+ "instrukcje wyrażeń, które ewaluują się do czegoś innego niż ``None``, "
520+ "zostaną wydrukowane na standardowe wyjście)."
515521
516522msgid ""
517523"The optional arguments *flags* and *dont_inherit* control which :ref:`future "
@@ -1019,6 +1025,11 @@ msgid ""
10191025"value."
10201026msgstr ""
10211027
1028+ msgid ""
1029+ "Raises an :ref:`auditing event <auditing>` ``builtins.id`` with argument "
1030+ "``id``."
1031+ msgstr ""
1032+
10221033msgid ""
10231034"If the *prompt* argument is present, it is written to standard output "
10241035"without a trailing newline. The function then reads a line from input, "
0 commit comments