33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
55#
6- #, fuzzy
76msgid ""
87msgstr ""
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
2322msgid "What's new in Python 3.14"
@@ -5364,10 +5363,7 @@ msgstr ""
53645363
53655364#: ../../deprecations/pending-removal-in-3.15.rst:71
53665365msgid ":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
53735369msgid ""
@@ -6035,7 +6031,7 @@ msgid ""
60356031":meth:`~threading.Condition.notify_all`."
60366032msgstr ""
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
60416037msgid ":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."
83438339msgstr ""
8344- "이러한 새로운 함수 대부분은 파이썬 3.13 및 이전 버전에서 `pythoncapi-compat 프로젝트 `_\\ 를 통해 사용할 수 "
8345- "있습니다."
8340+ "이러한 새로운 함수 대부분은 파이썬 3.13 및 이전 버전에서 `pythoncapi-compat project `_\\ 를 통해 사용할"
8341+ " 수 있습니다."
83468342
0 commit comments