@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.9\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-04-29 06:12 +0000\n "
15+ "POT-Creation-Date : 2021-05-23 06:25 +0000\n "
1616"PO-Revision-Date : 2017-02-16 23:11+0000\n "
1717"Last-Translator : Igor Zubrycki <igorzubrycki@gmail.com>, 2020\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -945,6 +945,13 @@ msgid ""
945945"raised."
946946msgstr ""
947947
948+ msgid ""
949+ "Since :ref:`private name mangling <private-name-mangling>` happens at "
950+ "compilation time, one must manually mangle a private attribute's (attributes "
951+ "with two leading underscores) name in order to retrieve it with :func:"
952+ "`getattr`."
953+ msgstr ""
954+
948955msgid ""
949956"Return a dictionary representing the current global symbol table. This is "
950957"always the dictionary of the current module (inside a function or method, "
@@ -1750,6 +1757,12 @@ msgid ""
17501757"equivalent to ``x.foobar = 123``."
17511758msgstr ""
17521759
1760+ msgid ""
1761+ "Since :ref:`private name mangling <private-name-mangling>` happens at "
1762+ "compilation time, one must manually mangle a private attribute's (attributes "
1763+ "with two leading underscores) name in order to set it with :func:`setattr`."
1764+ msgstr ""
1765+
17531766msgid ""
17541767"Return a :term:`slice` object representing the set of indices specified by "
17551768"``range(start, stop, step)``. The *start* and *step* arguments default to "
0 commit comments