File tree Expand file tree Collapse file tree 7 files changed +16
-21
lines changed
Expand file tree Collapse file tree 7 files changed +16
-21
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,11 @@ trans.pl = c-api/number.po
231231type = PO
232232source_lang = en
233233
234+ [python-newest.c-api--objbuffer]
235+ trans.pl = c-api/objbuffer.po
236+ type = PO
237+ source_lang = en
238+
234239[python-newest.c-api--object]
235240trans.pl = c-api/object.po
236241type = PO
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-06 -29 12:56 +0000\n "
14+ "POT-Creation-Date : 2021-07 -29 13:22 +0000\n "
1515"PO-Revision-Date : 2021-06-28 00:57+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -297,7 +297,8 @@ msgid ""
297297"will be raised."
298298msgstr ""
299299
300- msgid "If the call raised, this method will raise the same exception."
300+ msgid ""
301+ "If the call raised an exception, this method will raise the same exception."
301302msgstr ""
302303
303304msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-07-27 13:07 +0000\n "
14+ "POT-Creation-Date : 2021-07-29 13:22 +0000\n "
1515"PO-Revision-Date : 2021-06-28 01:07+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -422,9 +422,6 @@ msgid ""
422422"(`False` for sequential mode)."
423423msgstr ""
424424
425- msgid "Explanation of tree mode parameters."
426- msgstr ""
427-
428425msgid ""
429426"See section 2.10 in `BLAKE2 specification <https://blake2.net/"
430427"blake2_20130129.pdf>`_ for comprehensive review of tree hashing."
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.10\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2021-07-15 12:58 +0000\n "
16+ "POT-Creation-Date : 2021-07-29 13:22 +0000\n "
1717"PO-Revision-Date : 2021-06-28 01:13+0000\n "
1818"Last-Translator : Igor Zubrycki <igorzubrycki@gmail.com>, 2021\n "
1919"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -161,7 +161,7 @@ msgid ""
161161"`Cursor.description` does not include the type, i. e. if you use something "
162162"like ``'as \" Expiration date [datetime]\" '`` in your SQL, then we will parse "
163163"out everything until the first ``'['`` for the column name and strip the "
164- "preceeding space: the column name would simply be \" Expiration date\" ."
164+ "preceding space: the column name would simply be \" Expiration date\" ."
165165msgstr ""
166166
167167msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-07-27 13:07 +0000\n "
14+ "POT-Creation-Date : 2021-07-29 13:22 +0000\n "
1515"PO-Revision-Date : 2021-06-28 01:13+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1185,7 +1185,7 @@ msgid ""
11851185"inserts *x* into *s* at the index given by *i* (same as ``s[i:i] = [x]``)"
11861186msgstr ""
11871187
1188- msgid "``s.pop([i] )``"
1188+ msgid "``s.pop()`` or ``s.pop(i )``"
11891189msgstr ""
11901190
11911191msgid "retrieves the item at *i* and also removes it from *s*"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-06 -29 12:56 +0000\n "
14+ "POT-Creation-Date : 2021-07 -29 13:22 +0000\n "
1515"PO-Revision-Date : 2021-06-28 01:15+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -45,7 +45,7 @@ msgstr ""
4545
4646msgid ""
4747"Optional keyword arguments correspond to the instance attributes of :class:"
48- "`TextWrapper`, documented below. *width* defaults to ``70``. "
48+ "`TextWrapper`, documented below."
4949msgstr ""
5050
5151msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-07-27 13:07 +0000\n "
14+ "POT-Creation-Date : 2021-07-29 13:22 +0000\n "
1515"PO-Revision-Date : 2021-06-29 13:04+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2316,14 +2316,6 @@ msgid ""
23162316"(Contributed by Victor Stinner in :issue:`41692`.)"
23172317msgstr ""
23182318
2319- msgid ""
2320- "``PyObject_AsCharBuffer()``, ``PyObject_AsReadBuffer()``, "
2321- "``PyObject_CheckReadBuffer()``, and ``PyObject_AsWriteBuffer()`` are "
2322- "removed. Please migrate to new buffer protocol; :c:func:`PyObject_GetBuffer` "
2323- "and :c:func:`PyBuffer_Release`. (Contributed by Inada Naoki in :issue:"
2324- "`41103`.)"
2325- msgstr ""
2326-
23272319msgid ""
23282320"Removed ``Py_UNICODE_str*`` functions manipulating ``Py_UNICODE*`` strings. "
23292321"(Contributed by Inada Naoki in :issue:`41123`.)"
You can’t perform that action at this time.
0 commit comments