File tree Expand file tree Collapse file tree 4 files changed +10
-28
lines changed
Expand file tree Collapse file tree 4 files changed +10
-28
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.9\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
14+ "POT-Creation-Date : 2021-01-07 05:06 +0000\n "
1515"PO-Revision-Date : 2017-02-16 17:33+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 "
@@ -41,12 +41,12 @@ msgstr ""
4141
4242msgid ""
4343"Return true if the object *o* is a bytes object or an instance of a subtype "
44- "of the bytes type."
44+ "of the bytes type. This function always succeeds. "
4545msgstr ""
4646
4747msgid ""
4848"Return true if the object *o* is a bytes object, but not an instance of a "
49- "subtype of the bytes type."
49+ "subtype of the bytes type. This function always succeeds. "
5050msgstr ""
5151
5252msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.9\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
14+ "POT-Creation-Date : 2021-01-07 05:06 +0000\n "
1515"PO-Revision-Date : 2017-02-16 17:35+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 "
@@ -37,12 +37,12 @@ msgstr ""
3737
3838msgid ""
3939"Return true if *p* is a dict object or an instance of a subtype of the dict "
40- "type."
40+ "type. This function always succeeds. "
4141msgstr ""
4242
4343msgid ""
4444"Return true if *p* is a dict object, but not an instance of a subtype of the "
45- "dict type."
45+ "dict type. This function always succeeds. "
4646msgstr ""
4747
4848msgid "Return a new empty dictionary, or ``NULL`` on failure."
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.9\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
14+ "POT-Creation-Date : 2021-01-07 05:06 +0000\n "
1515"PO-Revision-Date : 2017-02-16 17:39+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 "
@@ -36,12 +36,12 @@ msgstr ""
3636
3737msgid ""
3838"Return true if *p* is a tuple object or an instance of a subtype of the "
39- "tuple type."
39+ "tuple type. This function always succeeds. "
4040msgstr ""
4141
4242msgid ""
4343"Return true if *p* is a tuple object, but not an instance of a subtype of "
44- "the tuple type."
44+ "the tuple type. This function always succeeds. "
4545msgstr ""
4646
4747msgid "Return a new tuple object of size *len*, or ``NULL`` on failure."
Original file line number Diff line number Diff line change @@ -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-01-01 05:02 +0000\n "
15+ "POT-Creation-Date : 2021-01-07 05:06 +0000\n "
1616"PO-Revision-Date : 2017-02-16 23:27+0000\n "
1717"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1065,24 +1065,6 @@ msgid ""
10651065"rolled back; otherwise, the transaction is committed:"
10661066msgstr ""
10671067
1068- msgid "Common issues"
1069- msgstr ""
1070-
1071- msgid "Multithreading"
1072- msgstr ""
1073-
1074- msgid ""
1075- "Older SQLite versions had issues with sharing connections between threads. "
1076- "That's why the Python module disallows sharing connections and cursors "
1077- "between threads. If you still try to do so, you will get an exception at "
1078- "runtime."
1079- msgstr ""
1080-
1081- msgid ""
1082- "The only exception is calling the :meth:`~Connection.interrupt` method, "
1083- "which only makes sense to call from a different thread."
1084- msgstr ""
1085-
10861068msgid "Footnotes"
10871069msgstr "Przypisy"
10881070
You can’t perform that action at this time.
0 commit comments