Skip to content

Commit 099d07d

Browse files
committed
fix inconsistent references
1 parent 0c52782 commit 099d07d

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

whatsnew/3.14.po

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.14\n"
@@ -17,7 +16,7 @@ msgstr ""
1716
"MIME-Version: 1.0\n"
1817
"Content-Type: text/plain; charset=utf-8\n"
1918
"Content-Transfer-Encoding: 8bit\n"
20-
"Generated-By: Babel 2.18.0\n"
19+
"Generated-By: Babel 2.17.0\n"
2120

2221
#: ../../whatsnew/3.14.rst:4
2322
msgid "What's new in Python 3.14"
@@ -5364,10 +5363,7 @@ msgstr ""
53645363

53655364
#: ../../deprecations/pending-removal-in-3.15.rst:71
53665365
msgid ":mod:`types`:"
5367-
msgstr ""
5368-
":func:`~threading.RLock`\\는 파이썬 3.15부터 인자를 받는 것이 허용되지 않습니다. 파이썬 3.14부터 "
5369-
"인자를 받는 것이 사용 지원 중단(deprecatated)되었습니다. 파이썬 버전은 인자를 허용하지 않지만, C 언어 버전은 위치 "
5370-
"인자나 키워드 인자를 임의의 개수만큼 허용하는 동시에 모든 종류의 인자를 무시하기 때문입니다."
5366+
msgstr ":mod:`types`:"
53715367

53725368
#: ../../deprecations/pending-removal-in-3.15.rst:73
53735369
msgid ""
@@ -6035,7 +6031,7 @@ msgid ""
60356031
":meth:`~threading.Condition.notify_all`."
60366032
msgstr ""
60376033
":meth:`!threading.Condition.notifyAll`: 대신 "
6038-
":meth:`threading.current_thread`\\를 사용해주시기를 부탁드립니다."
6034+
":meth:`~threading.Condition.notify_all`\\를 사용해주시기를 부탁드립니다."
60396035

60406036
#: ../../deprecations/pending-removal-in-future.rst:116
60416037
msgid ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
@@ -8341,6 +8337,6 @@ msgid ""
83418337
"The `pythoncapi-compat project`_ can be used to get most of these new "
83428338
"functions on Python 3.13 and older."
83438339
msgstr ""
8344-
"이러한 새로운 함수 대부분은 파이썬 3.13 및 이전 버전에서 `pythoncapi-compat 프로젝트`_\\를 통해 사용할"
8345-
"있습니다."
8340+
"이러한 새로운 함수 대부분은 파이썬 3.13 및 이전 버전에서 `pythoncapi-compat project`_\\를 통해 사용할"
8341+
"있습니다."
83468342

0 commit comments

Comments
 (0)