Skip to content

Commit 9aec45e

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 029ba33 commit 9aec45e

File tree

2 files changed

+6282
-6245
lines changed

2 files changed

+6282
-6245
lines changed

whatsnew/3.9.po

Lines changed: 55 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2020-06-11 03:19+0000\n"
15+
"POT-Creation-Date: 2020-06-19 03:24+0000\n"
1616
"PO-Revision-Date: 2020-05-31 09:32+0000\n"
1717
"Last-Translator: tomo, 2020\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1070,7 +1070,7 @@ msgid ""
10701070
"(Contributed by Raymond Hettinger in :issue:`40465`)"
10711071
msgstr ""
10721072

1073-
#: ../../whatsnew/3.9.rst:779 ../../whatsnew/3.9.rst:1102
1073+
#: ../../whatsnew/3.9.rst:779 ../../whatsnew/3.9.rst:1108
10741074
msgid "Removed"
10751075
msgstr "削除"
10761076

@@ -1430,7 +1430,7 @@ msgid ""
14301430
"(Contributed by Victor Stinner in :issue:`37194`.)"
14311431
msgstr ""
14321432

1433-
#: ../../whatsnew/3.9.rst:1039 ../../whatsnew/3.9.rst:1113
1433+
#: ../../whatsnew/3.9.rst:1039 ../../whatsnew/3.9.rst:1119
14341434
msgid "Changes in the limited C API (if ``Py_LIMITED_API`` macro is defined):"
14351435
msgstr ""
14361436

@@ -1449,7 +1449,7 @@ msgid ""
14491449
"function to hide implementation details."
14501450
msgstr ""
14511451

1452-
#: ../../whatsnew/3.9.rst:1050 ../../whatsnew/3.9.rst:1140
1452+
#: ../../whatsnew/3.9.rst:1050 ../../whatsnew/3.9.rst:1146
14531453
msgid "(Contributed by Victor Stinner in :issue:`38644` and :issue:`39542`.)"
14541454
msgstr ""
14551455

@@ -1522,165 +1522,181 @@ msgid ""
15221522
":issue:`40241`.)"
15231523
msgstr ""
15241524

1525-
#: ../../whatsnew/3.9.rst:1104
1525+
#: ../../whatsnew/3.9.rst:1100
1526+
msgid ""
1527+
"The ``Py_UNICODE_COPY``, ``Py_UNICODE_FILL``, ``PyUnicode_WSTR_LENGTH``, "
1528+
":c:func:`PyUnicode_FromUnicode`, :c:func:`PyUnicode_AsUnicode`, "
1529+
"``_PyUnicode_AsUnicode``, and :c:func:`PyUnicode_AsUnicodeAndSize` are "
1530+
"marked as deprecated in C. They have been deprecated by :pep:`393` since "
1531+
"Python 3.3. (Contributed by Inada Naoki in :issue:`36346`.)"
1532+
msgstr ""
1533+
1534+
#: ../../whatsnew/3.9.rst:1110
15261535
msgid ""
15271536
"Exclude ``PyFPE_START_PROTECT()`` and ``PyFPE_END_PROTECT()`` macros of "
15281537
"``pyfpe.h`` from the limited C API. (Contributed by Victor Stinner in "
15291538
":issue:`38835`.)"
15301539
msgstr ""
15311540

1532-
#: ../../whatsnew/3.9.rst:1108
1541+
#: ../../whatsnew/3.9.rst:1114
15331542
msgid ""
15341543
"The ``tp_print`` slot of :ref:`PyTypeObject <type-structs>` has been "
15351544
"removed. It was used for printing objects to files in Python 2.7 and before."
15361545
" Since Python 3.0, it has been ignored and unused. (Contributed by Jeroen "
15371546
"Demeyer in :issue:`36974`.)"
15381547
msgstr ""
15391548

1540-
#: ../../whatsnew/3.9.rst:1115
1549+
#: ../../whatsnew/3.9.rst:1121
15411550
msgid "Exclude the following functions from the limited C API:"
15421551
msgstr ""
15431552

1544-
#: ../../whatsnew/3.9.rst:1117
1553+
#: ../../whatsnew/3.9.rst:1123
15451554
msgid ""
15461555
"``PyThreadState_DeleteCurrent()`` (Contributed by Joannah Nanjekye in "
15471556
":issue:`37878`.)"
15481557
msgstr ""
15491558

1550-
#: ../../whatsnew/3.9.rst:1119
1559+
#: ../../whatsnew/3.9.rst:1125
15511560
msgid "``_Py_CheckRecursionLimit``"
15521561
msgstr ""
15531562

1554-
#: ../../whatsnew/3.9.rst:1120
1563+
#: ../../whatsnew/3.9.rst:1126
15551564
msgid "``_Py_NewReference()``"
15561565
msgstr ""
15571566

1558-
#: ../../whatsnew/3.9.rst:1121
1567+
#: ../../whatsnew/3.9.rst:1127
15591568
msgid "``_Py_ForgetReference()``"
15601569
msgstr ""
15611570

1562-
#: ../../whatsnew/3.9.rst:1122
1571+
#: ../../whatsnew/3.9.rst:1128
15631572
msgid "``_PyTraceMalloc_NewReference()``"
15641573
msgstr ""
15651574

1566-
#: ../../whatsnew/3.9.rst:1123
1575+
#: ../../whatsnew/3.9.rst:1129
15671576
msgid "``_Py_GetRefTotal()``"
15681577
msgstr ""
15691578

1570-
#: ../../whatsnew/3.9.rst:1124
1579+
#: ../../whatsnew/3.9.rst:1130
15711580
msgid "The trashcan mechanism which never worked in the limited C API."
15721581
msgstr ""
15731582

1574-
#: ../../whatsnew/3.9.rst:1125
1583+
#: ../../whatsnew/3.9.rst:1131
15751584
msgid "``PyTrash_UNWIND_LEVEL``"
15761585
msgstr ""
15771586

1578-
#: ../../whatsnew/3.9.rst:1126
1587+
#: ../../whatsnew/3.9.rst:1132
15791588
msgid "``Py_TRASHCAN_BEGIN_CONDITION``"
15801589
msgstr ""
15811590

1582-
#: ../../whatsnew/3.9.rst:1127
1591+
#: ../../whatsnew/3.9.rst:1133
15831592
msgid "``Py_TRASHCAN_BEGIN``"
15841593
msgstr ""
15851594

1586-
#: ../../whatsnew/3.9.rst:1128
1595+
#: ../../whatsnew/3.9.rst:1134
15871596
msgid "``Py_TRASHCAN_END``"
15881597
msgstr ""
15891598

1590-
#: ../../whatsnew/3.9.rst:1129
1599+
#: ../../whatsnew/3.9.rst:1135
15911600
msgid "``Py_TRASHCAN_SAFE_BEGIN``"
15921601
msgstr ""
15931602

1594-
#: ../../whatsnew/3.9.rst:1130
1603+
#: ../../whatsnew/3.9.rst:1136
15951604
msgid "``Py_TRASHCAN_SAFE_END``"
15961605
msgstr ""
15971606

1598-
#: ../../whatsnew/3.9.rst:1132
1607+
#: ../../whatsnew/3.9.rst:1138
15991608
msgid "Move following functions and definitions to the internal C API:"
16001609
msgstr ""
16011610

1602-
#: ../../whatsnew/3.9.rst:1134
1611+
#: ../../whatsnew/3.9.rst:1140
16031612
msgid "``_PyDebug_PrintTotalRefs()``"
16041613
msgstr ""
16051614

1606-
#: ../../whatsnew/3.9.rst:1135
1615+
#: ../../whatsnew/3.9.rst:1141
16071616
msgid "``_Py_PrintReferences()``"
16081617
msgstr ""
16091618

1610-
#: ../../whatsnew/3.9.rst:1136
1619+
#: ../../whatsnew/3.9.rst:1142
16111620
msgid "``_Py_PrintReferenceAddresses()``"
16121621
msgstr ""
16131622

1614-
#: ../../whatsnew/3.9.rst:1137
1623+
#: ../../whatsnew/3.9.rst:1143
16151624
msgid "``_Py_tracemalloc_config``"
16161625
msgstr ""
16171626

1618-
#: ../../whatsnew/3.9.rst:1138
1627+
#: ../../whatsnew/3.9.rst:1144
16191628
msgid "``_Py_AddToAllObjects()`` (specific to ``Py_TRACE_REFS`` build)"
16201629
msgstr ""
16211630

1622-
#: ../../whatsnew/3.9.rst:1142
1631+
#: ../../whatsnew/3.9.rst:1148
16231632
msgid ""
16241633
"Remove ``_PyRuntime.getframe`` hook and remove ``_PyThreadState_GetFrame`` "
16251634
"macro which was an alias to ``_PyRuntime.getframe``. They were only exposed "
16261635
"by the internal C API. Remove also ``PyThreadFrameGetter`` type. "
16271636
"(Contributed by Victor Stinner in :issue:`39946`.)"
16281637
msgstr ""
16291638

1630-
#: ../../whatsnew/3.9.rst:1147
1639+
#: ../../whatsnew/3.9.rst:1153
16311640
msgid ""
16321641
"Remove the following functions from the C API. Call :c:func:`PyGC_Collect` "
16331642
"explicitly to clear all free lists. (Contributed by Inada Naoki and Victor "
16341643
"Stinner in :issue:`37340`, :issue:`38896` and :issue:`40428`.)"
16351644
msgstr ""
16361645

1637-
#: ../../whatsnew/3.9.rst:1152
1646+
#: ../../whatsnew/3.9.rst:1158
16381647
msgid "``PyAsyncGen_ClearFreeLists()``"
16391648
msgstr "``PyAsyncGen_ClearFreeLists()``"
16401649

1641-
#: ../../whatsnew/3.9.rst:1153
1650+
#: ../../whatsnew/3.9.rst:1159
16421651
msgid "``PyContext_ClearFreeList()``"
16431652
msgstr "``PyContext_ClearFreeList()``"
16441653

1645-
#: ../../whatsnew/3.9.rst:1154
1654+
#: ../../whatsnew/3.9.rst:1160
16461655
msgid "``PyDict_ClearFreeList()``"
16471656
msgstr "``PyDict_ClearFreeList()``"
16481657

1649-
#: ../../whatsnew/3.9.rst:1155
1658+
#: ../../whatsnew/3.9.rst:1161
16501659
msgid "``PyFloat_ClearFreeList()``"
16511660
msgstr "``PyFloat_ClearFreeList()``"
16521661

1653-
#: ../../whatsnew/3.9.rst:1156
1662+
#: ../../whatsnew/3.9.rst:1162
16541663
msgid "``PyFrame_ClearFreeList()``"
16551664
msgstr "``PyFrame_ClearFreeList()``"
16561665

1657-
#: ../../whatsnew/3.9.rst:1157
1666+
#: ../../whatsnew/3.9.rst:1163
16581667
msgid "``PyList_ClearFreeList()``"
16591668
msgstr "``PyList_ClearFreeList()``"
16601669

1661-
#: ../../whatsnew/3.9.rst:1158
1670+
#: ../../whatsnew/3.9.rst:1164
16621671
msgid ""
16631672
"``PyMethod_ClearFreeList()`` and ``PyCFunction_ClearFreeList()``: the free "
16641673
"lists of bound method objects have been removed."
16651674
msgstr ""
16661675

1667-
#: ../../whatsnew/3.9.rst:1160
1676+
#: ../../whatsnew/3.9.rst:1166
16681677
msgid ""
16691678
"``PySet_ClearFreeList()``: the set free list has been removed in Python 3.4."
16701679
msgstr ""
16711680

1672-
#: ../../whatsnew/3.9.rst:1162
1681+
#: ../../whatsnew/3.9.rst:1168
16731682
msgid "``PyTuple_ClearFreeList()``"
16741683
msgstr "``PyTuple_ClearFreeList()``"
16751684

1676-
#: ../../whatsnew/3.9.rst:1163
1685+
#: ../../whatsnew/3.9.rst:1169
16771686
msgid ""
16781687
"``PyUnicode_ClearFreeList()``: the Unicode free list has been removed in "
16791688
"Python 3.3."
16801689
msgstr ""
16811690

1682-
#: ../../whatsnew/3.9.rst:1166
1691+
#: ../../whatsnew/3.9.rst:1172
16831692
msgid ""
16841693
"Remove ``_PyUnicode_ClearStaticStrings()`` function. (Contributed by Victor "
16851694
"Stinner in :issue:`39465`.)"
16861695
msgstr ""
1696+
1697+
#: ../../whatsnew/3.9.rst:1175
1698+
msgid ""
1699+
"Remove ``Py_UNICODE_MATCH``. It has been deprecated by :pep:`393`, and "
1700+
"broken since Python 3.3. The :c:func:`PyUnicode_Tailmatch` function can be "
1701+
"used instead. (Contributed by Inada Naoki in :issue:`36346`.)"
1702+
msgstr ""

0 commit comments

Comments
 (0)