@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.9\n "
14
14
"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 "
16
16
"PO-Revision-Date : 2020-05-31 09:32+0000\n "
17
17
"Last-Translator : tomo, 2020\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1070,7 +1070,7 @@ msgid ""
1070
1070
"(Contributed by Raymond Hettinger in :issue:`40465`)"
1071
1071
msgstr ""
1072
1072
1073
- #: ../../whatsnew/3.9.rst:779 ../../whatsnew/3.9.rst:1102
1073
+ #: ../../whatsnew/3.9.rst:779 ../../whatsnew/3.9.rst:1108
1074
1074
msgid "Removed"
1075
1075
msgstr "削除"
1076
1076
@@ -1430,7 +1430,7 @@ msgid ""
1430
1430
"(Contributed by Victor Stinner in :issue:`37194`.)"
1431
1431
msgstr ""
1432
1432
1433
- #: ../../whatsnew/3.9.rst:1039 ../../whatsnew/3.9.rst:1113
1433
+ #: ../../whatsnew/3.9.rst:1039 ../../whatsnew/3.9.rst:1119
1434
1434
msgid "Changes in the limited C API (if ``Py_LIMITED_API`` macro is defined):"
1435
1435
msgstr ""
1436
1436
@@ -1449,7 +1449,7 @@ msgid ""
1449
1449
"function to hide implementation details."
1450
1450
msgstr ""
1451
1451
1452
- #: ../../whatsnew/3.9.rst:1050 ../../whatsnew/3.9.rst:1140
1452
+ #: ../../whatsnew/3.9.rst:1050 ../../whatsnew/3.9.rst:1146
1453
1453
msgid "(Contributed by Victor Stinner in :issue:`38644` and :issue:`39542`.)"
1454
1454
msgstr ""
1455
1455
@@ -1522,165 +1522,181 @@ msgid ""
1522
1522
":issue:`40241`.)"
1523
1523
msgstr ""
1524
1524
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
1526
1535
msgid ""
1527
1536
"Exclude ``PyFPE_START_PROTECT()`` and ``PyFPE_END_PROTECT()`` macros of "
1528
1537
"``pyfpe.h`` from the limited C API. (Contributed by Victor Stinner in "
1529
1538
":issue:`38835`.)"
1530
1539
msgstr ""
1531
1540
1532
- #: ../../whatsnew/3.9.rst:1108
1541
+ #: ../../whatsnew/3.9.rst:1114
1533
1542
msgid ""
1534
1543
"The ``tp_print`` slot of :ref:`PyTypeObject <type-structs>` has been "
1535
1544
"removed. It was used for printing objects to files in Python 2.7 and before."
1536
1545
" Since Python 3.0, it has been ignored and unused. (Contributed by Jeroen "
1537
1546
"Demeyer in :issue:`36974`.)"
1538
1547
msgstr ""
1539
1548
1540
- #: ../../whatsnew/3.9.rst:1115
1549
+ #: ../../whatsnew/3.9.rst:1121
1541
1550
msgid "Exclude the following functions from the limited C API:"
1542
1551
msgstr ""
1543
1552
1544
- #: ../../whatsnew/3.9.rst:1117
1553
+ #: ../../whatsnew/3.9.rst:1123
1545
1554
msgid ""
1546
1555
"``PyThreadState_DeleteCurrent()`` (Contributed by Joannah Nanjekye in "
1547
1556
":issue:`37878`.)"
1548
1557
msgstr ""
1549
1558
1550
- #: ../../whatsnew/3.9.rst:1119
1559
+ #: ../../whatsnew/3.9.rst:1125
1551
1560
msgid "``_Py_CheckRecursionLimit``"
1552
1561
msgstr ""
1553
1562
1554
- #: ../../whatsnew/3.9.rst:1120
1563
+ #: ../../whatsnew/3.9.rst:1126
1555
1564
msgid "``_Py_NewReference()``"
1556
1565
msgstr ""
1557
1566
1558
- #: ../../whatsnew/3.9.rst:1121
1567
+ #: ../../whatsnew/3.9.rst:1127
1559
1568
msgid "``_Py_ForgetReference()``"
1560
1569
msgstr ""
1561
1570
1562
- #: ../../whatsnew/3.9.rst:1122
1571
+ #: ../../whatsnew/3.9.rst:1128
1563
1572
msgid "``_PyTraceMalloc_NewReference()``"
1564
1573
msgstr ""
1565
1574
1566
- #: ../../whatsnew/3.9.rst:1123
1575
+ #: ../../whatsnew/3.9.rst:1129
1567
1576
msgid "``_Py_GetRefTotal()``"
1568
1577
msgstr ""
1569
1578
1570
- #: ../../whatsnew/3.9.rst:1124
1579
+ #: ../../whatsnew/3.9.rst:1130
1571
1580
msgid "The trashcan mechanism which never worked in the limited C API."
1572
1581
msgstr ""
1573
1582
1574
- #: ../../whatsnew/3.9.rst:1125
1583
+ #: ../../whatsnew/3.9.rst:1131
1575
1584
msgid "``PyTrash_UNWIND_LEVEL``"
1576
1585
msgstr ""
1577
1586
1578
- #: ../../whatsnew/3.9.rst:1126
1587
+ #: ../../whatsnew/3.9.rst:1132
1579
1588
msgid "``Py_TRASHCAN_BEGIN_CONDITION``"
1580
1589
msgstr ""
1581
1590
1582
- #: ../../whatsnew/3.9.rst:1127
1591
+ #: ../../whatsnew/3.9.rst:1133
1583
1592
msgid "``Py_TRASHCAN_BEGIN``"
1584
1593
msgstr ""
1585
1594
1586
- #: ../../whatsnew/3.9.rst:1128
1595
+ #: ../../whatsnew/3.9.rst:1134
1587
1596
msgid "``Py_TRASHCAN_END``"
1588
1597
msgstr ""
1589
1598
1590
- #: ../../whatsnew/3.9.rst:1129
1599
+ #: ../../whatsnew/3.9.rst:1135
1591
1600
msgid "``Py_TRASHCAN_SAFE_BEGIN``"
1592
1601
msgstr ""
1593
1602
1594
- #: ../../whatsnew/3.9.rst:1130
1603
+ #: ../../whatsnew/3.9.rst:1136
1595
1604
msgid "``Py_TRASHCAN_SAFE_END``"
1596
1605
msgstr ""
1597
1606
1598
- #: ../../whatsnew/3.9.rst:1132
1607
+ #: ../../whatsnew/3.9.rst:1138
1599
1608
msgid "Move following functions and definitions to the internal C API:"
1600
1609
msgstr ""
1601
1610
1602
- #: ../../whatsnew/3.9.rst:1134
1611
+ #: ../../whatsnew/3.9.rst:1140
1603
1612
msgid "``_PyDebug_PrintTotalRefs()``"
1604
1613
msgstr ""
1605
1614
1606
- #: ../../whatsnew/3.9.rst:1135
1615
+ #: ../../whatsnew/3.9.rst:1141
1607
1616
msgid "``_Py_PrintReferences()``"
1608
1617
msgstr ""
1609
1618
1610
- #: ../../whatsnew/3.9.rst:1136
1619
+ #: ../../whatsnew/3.9.rst:1142
1611
1620
msgid "``_Py_PrintReferenceAddresses()``"
1612
1621
msgstr ""
1613
1622
1614
- #: ../../whatsnew/3.9.rst:1137
1623
+ #: ../../whatsnew/3.9.rst:1143
1615
1624
msgid "``_Py_tracemalloc_config``"
1616
1625
msgstr ""
1617
1626
1618
- #: ../../whatsnew/3.9.rst:1138
1627
+ #: ../../whatsnew/3.9.rst:1144
1619
1628
msgid "``_Py_AddToAllObjects()`` (specific to ``Py_TRACE_REFS`` build)"
1620
1629
msgstr ""
1621
1630
1622
- #: ../../whatsnew/3.9.rst:1142
1631
+ #: ../../whatsnew/3.9.rst:1148
1623
1632
msgid ""
1624
1633
"Remove ``_PyRuntime.getframe`` hook and remove ``_PyThreadState_GetFrame`` "
1625
1634
"macro which was an alias to ``_PyRuntime.getframe``. They were only exposed "
1626
1635
"by the internal C API. Remove also ``PyThreadFrameGetter`` type. "
1627
1636
"(Contributed by Victor Stinner in :issue:`39946`.)"
1628
1637
msgstr ""
1629
1638
1630
- #: ../../whatsnew/3.9.rst:1147
1639
+ #: ../../whatsnew/3.9.rst:1153
1631
1640
msgid ""
1632
1641
"Remove the following functions from the C API. Call :c:func:`PyGC_Collect` "
1633
1642
"explicitly to clear all free lists. (Contributed by Inada Naoki and Victor "
1634
1643
"Stinner in :issue:`37340`, :issue:`38896` and :issue:`40428`.)"
1635
1644
msgstr ""
1636
1645
1637
- #: ../../whatsnew/3.9.rst:1152
1646
+ #: ../../whatsnew/3.9.rst:1158
1638
1647
msgid "``PyAsyncGen_ClearFreeLists()``"
1639
1648
msgstr "``PyAsyncGen_ClearFreeLists()``"
1640
1649
1641
- #: ../../whatsnew/3.9.rst:1153
1650
+ #: ../../whatsnew/3.9.rst:1159
1642
1651
msgid "``PyContext_ClearFreeList()``"
1643
1652
msgstr "``PyContext_ClearFreeList()``"
1644
1653
1645
- #: ../../whatsnew/3.9.rst:1154
1654
+ #: ../../whatsnew/3.9.rst:1160
1646
1655
msgid "``PyDict_ClearFreeList()``"
1647
1656
msgstr "``PyDict_ClearFreeList()``"
1648
1657
1649
- #: ../../whatsnew/3.9.rst:1155
1658
+ #: ../../whatsnew/3.9.rst:1161
1650
1659
msgid "``PyFloat_ClearFreeList()``"
1651
1660
msgstr "``PyFloat_ClearFreeList()``"
1652
1661
1653
- #: ../../whatsnew/3.9.rst:1156
1662
+ #: ../../whatsnew/3.9.rst:1162
1654
1663
msgid "``PyFrame_ClearFreeList()``"
1655
1664
msgstr "``PyFrame_ClearFreeList()``"
1656
1665
1657
- #: ../../whatsnew/3.9.rst:1157
1666
+ #: ../../whatsnew/3.9.rst:1163
1658
1667
msgid "``PyList_ClearFreeList()``"
1659
1668
msgstr "``PyList_ClearFreeList()``"
1660
1669
1661
- #: ../../whatsnew/3.9.rst:1158
1670
+ #: ../../whatsnew/3.9.rst:1164
1662
1671
msgid ""
1663
1672
"``PyMethod_ClearFreeList()`` and ``PyCFunction_ClearFreeList()``: the free "
1664
1673
"lists of bound method objects have been removed."
1665
1674
msgstr ""
1666
1675
1667
- #: ../../whatsnew/3.9.rst:1160
1676
+ #: ../../whatsnew/3.9.rst:1166
1668
1677
msgid ""
1669
1678
"``PySet_ClearFreeList()``: the set free list has been removed in Python 3.4."
1670
1679
msgstr ""
1671
1680
1672
- #: ../../whatsnew/3.9.rst:1162
1681
+ #: ../../whatsnew/3.9.rst:1168
1673
1682
msgid "``PyTuple_ClearFreeList()``"
1674
1683
msgstr "``PyTuple_ClearFreeList()``"
1675
1684
1676
- #: ../../whatsnew/3.9.rst:1163
1685
+ #: ../../whatsnew/3.9.rst:1169
1677
1686
msgid ""
1678
1687
"``PyUnicode_ClearFreeList()``: the Unicode free list has been removed in "
1679
1688
"Python 3.3."
1680
1689
msgstr ""
1681
1690
1682
- #: ../../whatsnew/3.9.rst:1166
1691
+ #: ../../whatsnew/3.9.rst:1172
1683
1692
msgid ""
1684
1693
"Remove ``_PyUnicode_ClearStaticStrings()`` function. (Contributed by Victor "
1685
1694
"Stinner in :issue:`39465`.)"
1686
1695
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