Skip to content

Commit 44d8636

Browse files
committed
3.9.4 updates
1 parent c7004a1 commit 44d8636

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

library/types.po

+14-6
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ msgstr ""
291291
"메서드의 형."
292292

293293
#: ../Doc/library/types.rst:212
294-
#, fuzzy
295294
msgid ""
296295
"The type of :term:`modules <module>`. The constructor takes the name of "
297296
"the module to be created and optionally its :term:`docstring`."
@@ -320,6 +319,8 @@ msgid ""
320319
"This attribute is to match :attr:`importlib.machinery.ModuleSpec.loader` "
321320
"as stored in the attr:`__spec__` object."
322321
msgstr ""
322+
"이 어트리뷰트는 attr:`__spec__` 객체에 저장된 "
323+
":attr:`importlib.machinery.ModuleSpec.loader`\\와 일치합니다."
323324

324325
#: ../Doc/library/types.rst:231
325326
msgid ""
@@ -328,6 +329,9 @@ msgid ""
328329
":attr:`__spec__` attribute instead or use ``getattr(module, "
329330
"\"__loader__\", None)`` if you explicitly need to use this attribute."
330331
msgstr ""
332+
"향후 버전의 파이썬은 기본적으로 이 어트리뷰트 설정을 중지 할 수 있습니다. 이러한 잠재적인 변경에 대비하려면, 이 어트리뷰트를 "
333+
"명시적으로 사용해야 하는 경우 대신 :attr:`__spec__` 어트리뷰트에서 읽거나 ``getattr(module, "
334+
"\"__loader__\", None)``\\를 사용하십시오."
331335

332336
#: ../Doc/library/types.rst:237 ../Doc/library/types.rst:262
333337
msgid "Defaults to ``None``. Previously the attribute was optional."
@@ -337,7 +341,7 @@ msgstr "기본값은 ``None``. 이전에는 어트리뷰트가 선택적이었
337341
msgid ""
338342
"The name of the module. Expected to match "
339343
":attr:`importlib.machinery.ModuleSpec.name`."
340-
msgstr ""
344+
msgstr "모듈의 이름. :attr:`importlib.machinery.ModuleSpec.name`\\과 일치할 것으로 기대됩니다."
341345

342346
#: ../Doc/library/types.rst:247
343347
msgid ""
@@ -356,6 +360,8 @@ msgid ""
356360
"This attribute is to match :attr:`importlib.machinery.ModuleSpec.parent` "
357361
"as stored in the attr:`__spec__` object."
358362
msgstr ""
363+
"이 어트리뷰트는 attr:`__spec__` 객체에 저장된 "
364+
":attr:`importlib.machinery.ModuleSpec.parent`\\와 일치합니다."
359365

360366
#: ../Doc/library/types.rst:256
361367
msgid ""
@@ -364,12 +370,17 @@ msgid ""
364370
":attr:`__spec__` attribute instead or use ``getattr(module, "
365371
"\"__package__\", None)`` if you explicitly need to use this attribute."
366372
msgstr ""
373+
"향후 버전의 파이썬은 기본적으로 이 어트리뷰트 설정을 중지 할 수 있습니다. 이러한 잠재적인 변경에 대비하려면, 이 어트리뷰트를 "
374+
"명시적으로 사용해야 하는 경우 대신 :attr:`__spec__` 어트리뷰트에서 읽거나 ``getattr(module, "
375+
"\"__package__\", None)``\\를 사용하십시오."
367376

368377
#: ../Doc/library/types.rst:267
369378
msgid ""
370379
"A record of the the module's import-system-related state. Expected to be "
371380
"an instance of :class:`importlib.machinery.ModuleSpec`."
372381
msgstr ""
382+
"모듈의 임포트 시스템 관련 상태에 대한 레코드. :class:`importlib.machinery.ModuleSpec`\\의 "
383+
"인스턴스일 것으로 기대됩니다."
373384

374385
#: ../Doc/library/types.rst:275
375386
msgid ""
@@ -389,7 +400,7 @@ msgstr ""
389400

390401
#: ../Doc/library/types.rst:291
391402
msgid "This type can now be subclassed."
392-
msgstr ""
403+
msgstr "이 형은 이제 서브 클래싱 할 수 있습니다."
393404

394405
#: ../Doc/library/types.rst:297
395406
msgid "The type of traceback objects such as found in ``sys.exc_info()[2]``."
@@ -609,6 +620,3 @@ msgstr ""
609620
":class:`collections.abc.Generator`\\의 인스턴스를 반환하면, 인스턴스는 *어웨이터블* 프락시 객체로 "
610621
"래핑 됩니다. 다른 모든 형의 객체는 그대로 반환됩니다."
611622

612-
#~ msgid "The name of the module."
613-
#~ msgstr "모듈의 이름"
614-

0 commit comments

Comments
 (0)