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.13\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.13.rst:4
2322msgid "What's New In Python 3.13"
@@ -1216,8 +1215,8 @@ msgid ""
12161215":mod:`dbm.sqlite3`: An SQLite backend for :mod:`dbm`. (Contributed by "
12171216"Raymond Hettinger and Erlend E. Aasland in :gh:`100414`.)"
12181217msgstr ""
1219- ":mod:`dbm.sqlite3`: :mod:`dbm`용 SQLite 백엔드입니다. (Raymond Hettinger와 Erlend "
1220- " E. Aasland가 :gh:`100414`\\ 를 통해 기능을 구현하였습니다.)"
1218+ ":mod:`dbm.sqlite3`: :mod:`dbm`\\ 용 SQLite 백엔드입니다. (Raymond Hettinger와 "
1219+ "Erlend E. Aasland가 :gh:`100414`\\ 를 통해 기능을 구현하였습니다.)"
12211220
12221221#: ../../whatsnew/3.13.rst:613
12231222msgid "Improved Modules"
@@ -1508,8 +1507,8 @@ msgid ""
15081507"(Contributed by Victor Stinner in :gh:`109649`.)"
15091508msgstr ""
15101509"작업자 스레드와 프로세스의 기본 개수는 이제 :func:`os.cpu_count` 대신 "
1511- ":func:`os.process_cpu_count`를 사용해 결정됩니다. (Victor Stinner가 :gh:`109649` \\ 를 "
1512- " 통해 기능을 구현하였습니다.)"
1510+ ":func:`os.process_cpu_count`\\ 를 사용해 결정됩니다. (Victor Stinner가 "
1511+ ":gh:`109649` \\ 를 통해 기능을 구현하였습니다.)"
15131512
15141513#: ../../whatsnew/3.13.rst:770
15151514msgid "concurrent.futures"
@@ -1674,8 +1673,8 @@ msgid ""
16741673msgstr ""
16751674":meth:`~dis.get_instructions`\\ 는 캐시 항목을 별도의 명령어로 더 이상 나타내지 않습니다. 대신, 새 "
16761675"*cache_info* 필드에 포함된 :class:`~dis.Instruction`\\ 의 일부로 반환합니다. "
1677- ":meth:`~dis.get_instructions`의 *show_caches* 인자는 더 이상 아무 효과도 없으며 폐지되었습니다. "
1678- " (Irit Katriel가 :gh:`112962`\\ 를 통해 기능을 구현하였습니다.)"
1676+ ":meth:`~dis.get_instructions`\\ 의 *show_caches* 인자는 더 이상 아무 효과도 없으며 "
1677+ "폐지되었습니다. (Irit Katriel가 :gh:`112962`\\ 를 통해 기능을 구현하였습니다.)"
16791678
16801679#: ../../whatsnew/3.13.rst:863
16811680msgid "doctest"
@@ -1782,7 +1781,7 @@ msgid ""
17821781"with shell-style wildcards to a regular expression. (Contributed by "
17831782"Barney Gale in :gh:`72904`.)"
17841783msgstr ""
1785- "셸 스타일 와일드카드를 사용하는 경로 지정 문자열을 정규식으로 변환하는 함수인 :func:`~glob.translate`가 "
1784+ "셸 스타일 와일드카드를 사용하는 경로 지정 문자열을 정규식으로 변환하는 함수인 :func:`~glob.translate`\\ 가 "
17861785"추가되었습니다. (Barney Gale가 :gh:`72904`\\ 를 통해 기능을 구현하였습니다.)"
17871786
17881787#: ../../whatsnew/3.13.rst:924
@@ -2077,8 +2076,8 @@ msgid ""
20772076"which makes the newly spawned process use the current process "
20782077"environment. (Contributed by Jakub Kulik in :gh:`113119`.)"
20792078msgstr ""
2080- "이제 :func:`~os.posix_spawn`에서 *env* 인자로 `None`\\ 을 전달할 수 있으며, 이 경우 새로 생성된 "
2081- "프로세스는 현재 프로세스의 환경을 사용합니다. (Jakub Kulik가 :gh:`113119`\\ 를 통해 기능을 구현하였습니다.)"
2079+ "이제 :func:`~os.posix_spawn`\\ 에서 *env* 인자로 `None`\\ 을 전달할 수 있으며, 이 경우 새로 생성된"
2080+ " 프로세스는 현재 프로세스의 환경을 사용합니다. (Jakub Kulik가 :gh:`113119`\\ 를 통해 기능을 구현하였습니다.)"
20822081
20832082#: ../../whatsnew/3.13.rst:1081
20842083msgid ""
@@ -2924,7 +2923,7 @@ msgid ""
29242923"``POST`` and ``PUT`` requests."
29252924msgstr ""
29262925":class:`!cgi.FieldStorage`\\ 는 통상 `GET` 및 `HEAD` 요청에서는 "
2927- ":func:`urllib.parse.parse_qsl`로 대체할 수 있고, `POST` 및 `PUT` 요청에서는 "
2926+ ":func:`urllib.parse.parse_qsl`\\ 로 대체할 수 있고, `POST` 및 `PUT` 요청에서는 "
29282927":mod:`email.message` 모듈이나 :pypi:`multipart` 라이브러리를 사용하면 대체할 수 있습니다."
29292928
29302929#: ../../whatsnew/3.13.rst:1539
@@ -3619,8 +3618,8 @@ msgid ""
36193618"instead. (Contributed by Serhiy Storchaka in :gh:`66543`.)"
36203619msgstr ""
36213620"파일 경로 인수를 받는 :func:`~mimetypes.guess_type` 호출은 :term:`약하게 폐지된 <soft "
3622- "deprecated>` 것으로 처리되었습니다. 대신 :func:`~mimetypes.guess_file_type`을 사용해주시기를 "
3623- "부탁드립니다. (Serhiy Storchaka가 :gh:`66543`\\ 를 통해 기능을 구현하였습니다.)"
3621+ "deprecated>` 것으로 처리되었습니다. 대신 :func:`~mimetypes.guess_file_type`\\ 을 "
3622+ "사용해주시기를 부탁드립니다. (Serhiy Storchaka가 :gh:`66543`\\ 를 통해 기능을 구현하였습니다.)"
36243623
36253624#: ../../whatsnew/3.13.rst:1907
36263625msgid ":mod:`re`:"
@@ -4864,7 +4863,7 @@ msgid ""
48644863":meth:`~threading.Condition.notify_all`."
48654864msgstr ""
48664865":meth:`!threading.Condition.notifyAll`: 대신 "
4867- ":meth:`threading.current_thread `\\ 를 사용해주시기를 부탁드립니다."
4866+ ":meth:`~ threading.Condition.notify_all `\\ 을 사용해주시기를 부탁드립니다."
48684867
48694868#: ../../deprecations/pending-removal-in-future.rst:116
48704869msgid ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
@@ -5016,7 +5015,7 @@ msgid ""
50165015"needed to optimize closing of generators. (Contributed by Irit Katriel in"
50175016" :gh:`111354`.)"
50185017msgstr ""
5019- ":opcode:`YIELD_VALUE`의 oparg는 yield가 yield from이나 await의 일부인 경우에는 "
5018+ ":opcode:`YIELD_VALUE`\\ 의 oparg는 yield가 yield from이나 await의 일부인 경우에는 "
50205019"``1``\\ 이 되고, 그렇지 않으면 ``0``\\ 이 됩니다. :opcode:`RESUME`\\ 의 oparg에는 예외 깊이"
50215020"(except-depth)가 1인지 여부를 나타내는 비트가 추가되도록 변경되었으며, 이는 제너레이터를 닫는 처리를 최적화하기 위해 "
50225021"필요합니다. (Irit Katriel이 :gh:`111354`\\ 를 통해 기능을 구현하였습니다.)"
@@ -5425,7 +5424,7 @@ msgstr ""
54255424":c:func:`PyObject_VisitManagedDict` 그리고 "
54265425":c:func:`PyObject_ClearManagedDict` 함수를 추가하였습니다. 해당하는 함수들은 "
54275426":c:macro:`Py_TPFLAGS_MANAGED_DICT` 플래그를 사용하는 형의 `traverse` 및 `clear` 함수를 "
5428- "통해 호출되어야 합니다. `pythoncapi-compat 프로젝트 `_\\ 를 통해 해당하는 함수들을 Python 3.11 및 "
5427+ "통해 호출되어야 합니다. `pythoncapi-compat project `_\\ 를 통해 해당하는 함수들을 Python 3.11 및 "
54295428"3.12에서 사용할 수 있습니다. (Victor Stinner가 :gh:`107073`\\ 를 통해 기능을 구현하였습니다.)"
54305429
54315430#: ../../whatsnew/3.13.rst:2212
@@ -6141,7 +6140,7 @@ msgstr ""
61416140"reference>`\\ 를 반환합니다. 해당하는 함수들은 새 :c:func:`PyWeakref_GetRef` 함수로 대체되어야 "
61426141"합니다. 해당하는 함수는 :term:`강한 참조 (strong reference) <strong reference>`\\ 를 "
61436142"반환합니다. 파이썬 3.12 및 그 이전 버전에서 :c:func:`PyWeakref_GetRef`\\ 를 사용하기 위해 "
6144- "`pythoncapi-compat 프로젝트 `_\\ 를 활용할 수 있습니다."
6143+ "`pythoncapi-compat project `_\\ 를 활용할 수 있습니다."
61456144
61466145#: ../../deprecations/c-api-pending-removal-in-3.14.rst:4
61476146msgid ""
@@ -6915,7 +6914,7 @@ msgid ""
69156914"The bundled mimalloc has custom changes, see :gh:`113141` for details. "
69166915"(Contributed by Dino Viehland in :gh:`109914`.)"
69176916msgstr ""
6918- "CPython은 이제 기본적으로 `mimalloc 라이브러리 `_\\ 를 함께 제공합니다. 해당하는 라이브러리는 MIT 라이센스로 "
6917+ "CPython은 이제 기본적으로 `mimalloc library `_\\ 를 함께 제공합니다. 해당하는 라이브러리는 MIT 라이센스로 "
69196918"배포됩니다. 보다 자세한 내용은 :ref:`mimalloc 라이센스 <mimalloc-license>`\\ 을 참고 부탁드립니다. "
69206919"mimalloc 번들에는 사용자에 의한 변경 사항이 있을 수 있습니다. 보다 자세한 내용은 :gh:`113141`\\ 을 참고 "
69216920"부탁드립니다."
@@ -7417,8 +7416,8 @@ msgid ""
74177416"The `pythoncapi-compat project`_ can be used to get most of these new "
74187417"functions on Python 3.12 and older."
74197418msgstr ""
7420- "파이썬 3.12 및 상위 버전에서 `pythoncapi-compat 프로젝트 `_\\ 를 통해 해당하는 새로운 함수 대부분을 사용할 "
7421- "수 있습니다."
7419+ "파이썬 3.12 및 상위 버전에서 `pythoncapi-compat project `_\\ 를 통해 해당하는 새로운 함수 대부분을 "
7420+ "사용할 수 있습니다."
74227421
74237422#: ../../whatsnew/3.13.rst:2809
74247423msgid "Regression Test Changes"
0 commit comments