Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2641e7e

Browse files
committed
merge pot files.
1 parent 228b3c0 commit 2641e7e

36 files changed

+1698
-1484
lines changed

c-api/init.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-02-08 09:58+0100\n"
11+
"POT-Creation-Date: 2018-03-23 09:03+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -67,8 +67,8 @@ msgid ""
6767
"last call to :c:func:`Py_Initialize`. Ideally, this frees all memory "
6868
"allocated by the Python interpreter. This is a no-op when called for a "
6969
"second time (without calling :c:func:`Py_Initialize` again first). Normally "
70-
"the return value is 0. If there were errors during finalization (flushing "
71-
"buffered data), -1 is returned."
70+
"the return value is ``0``. If there were errors during finalization "
71+
"(flushing buffered data), ``-1`` is returned."
7272
msgstr ""
7373

7474
#: ../Doc/c-api/init.rst:70

c-api/long.po

+5-10
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-02-08 09:58+0100\n"
11+
"POT-Creation-Date: 2018-03-23 09:03+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -126,12 +126,6 @@ msgid ""
126126
"`PyLong_FromString`."
127127
msgstr ""
128128

129-
#: ../Doc/c-api/long.rst:107
130-
msgid ""
131-
"Deprecated since version 3.3, will be removed in version 4.0: Part of the "
132-
"old-style Py_UNICODE API; please migrate to using PyLong_FromUnicodeObject()."
133-
msgstr ""
134-
135129
#: ../Doc/c-api/long.rst:107
136130
msgid ""
137131
"Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using :c:"
@@ -169,7 +163,7 @@ msgstr ""
169163
#: ../Doc/c-api/long.rst:169 ../Doc/c-api/long.rst:183
170164
#: ../Doc/c-api/long.rst:200 ../Doc/c-api/long.rst:262
171165
#: ../Doc/c-api/long.rst:274
172-
msgid "Returns -1 on error. Use :c:func:`PyErr_Occurred` to disambiguate."
166+
msgid "Returns ``-1`` on error. Use :c:func:`PyErr_Occurred` to disambiguate."
173167
msgstr ""
174168

175169
#: ../Doc/c-api/long.rst:149
@@ -305,7 +299,8 @@ msgid ""
305299
msgstr ""
306300

307301
#: ../Doc/c-api/long.rst:285
308-
msgid "Returns -1.0 on error. Use :c:func:`PyErr_Occurred` to disambiguate."
302+
msgid ""
303+
"Returns ``-1.0`` on error. Use :c:func:`PyErr_Occurred` to disambiguate."
309304
msgstr ""
310305

311306
#: ../Doc/c-api/long.rst:290
@@ -317,5 +312,5 @@ msgid ""
317312
msgstr ""
318313

319314
#: ../Doc/c-api/long.rst:295
320-
msgid "Returns NULL on error. Use :c:func:`PyErr_Occurred` to disambiguate."
315+
msgid "Returns *NULL* on error. Use :c:func:`PyErr_Occurred` to disambiguate."
321316
msgstr ""

0 commit comments

Comments
 (0)