5
5
msgstr ""
6
6
"Project-Id-Version : Python 3.13\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2025-02-12 00:13 +0000\n "
8
+ "POT-Creation-Date : 2025-02-28 00:14 +0000\n "
9
9
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
10
10
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
11
11
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -372,10 +372,23 @@ msgstr ""
372
372
"援有用,具有令人困惑的 API,基本上未經測試。"
373
373
374
374
#: ../../deprecations/pending-removal-in-3.15.rst:58
375
+ #, fuzzy
376
+ msgid ":mod:`sysconfig`:"
377
+ msgstr ":mod:`sys`:"
378
+
379
+ #: ../../deprecations/pending-removal-in-3.15.rst:60
380
+ #, fuzzy
381
+ msgid ""
382
+ "The *check_home* argument of :func:`sysconfig.is_python_build` has been "
383
+ "deprecated since Python 3.12."
384
+ msgstr ""
385
+ "自 Python 3.13 起,未記錄的 :func:`!ctypes.SetPointerType` 函式已被棄用。"
386
+
387
+ #: ../../deprecations/pending-removal-in-3.15.rst:63
375
388
msgid ":mod:`threading`:"
376
389
msgstr ":mod:`threading`:"
377
390
378
- #: ../../deprecations/pending-removal-in-3.15.rst:60
391
+ #: ../../deprecations/pending-removal-in-3.15.rst:65
379
392
msgid ""
380
393
":func:`~threading.RLock` will take no arguments in Python 3.15. Passing any "
381
394
"arguments has been deprecated since Python 3.14, as the Python version does "
@@ -386,11 +399,11 @@ msgstr ""
386
399
"起,傳遞任何引數的用法已被棄用,因為 Python 版本不允許任何引數,但 C 版本允許"
387
400
"任意數量的位置或關鍵字引數,並忽略每個引數。"
388
401
389
- #: ../../deprecations/pending-removal-in-3.15.rst:66
402
+ #: ../../deprecations/pending-removal-in-3.15.rst:71
390
403
msgid ":mod:`types`:"
391
404
msgstr ":mod:`types`:"
392
405
393
- #: ../../deprecations/pending-removal-in-3.15.rst:68
406
+ #: ../../deprecations/pending-removal-in-3.15.rst:73
394
407
msgid ""
395
408
":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
396
409
"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
@@ -402,11 +415,11 @@ msgstr ""
402
415
"exc:`DeprecationWarning`。可能在 3.15 中移除。(由 Nikita Sobolev 於 :gh:"
403
416
"`101866` 貢獻。)"
404
417
405
- #: ../../deprecations/pending-removal-in-3.15.rst:75
418
+ #: ../../deprecations/pending-removal-in-3.15.rst:80
406
419
msgid ":mod:`typing`:"
407
420
msgstr ":mod:`typing`:"
408
421
409
- #: ../../deprecations/pending-removal-in-3.15.rst:77
422
+ #: ../../deprecations/pending-removal-in-3.15.rst:82
410
423
msgid ""
411
424
"The undocumented keyword argument syntax for creating :class:`~typing."
412
425
"NamedTuple` classes (e.g. ``Point = NamedTuple(\" Point\" , x=int, y=int)``) "
@@ -417,7 +430,7 @@ msgstr ""
417
430
"(``Point = NamedTuple(\" Point\" , x=int, y=int)``) 已自 Python 3.13 棄用。請改"
418
431
"用基於類別的語法或函式語法 (functional syntax)。"
419
432
420
- #: ../../deprecations/pending-removal-in-3.15.rst:83
433
+ #: ../../deprecations/pending-removal-in-3.15.rst:88
421
434
msgid ""
422
435
"The :func:`typing.no_type_check_decorator` decorator function has been "
423
436
"deprecated since Python 3.13. After eight years in the :mod:`typing` module, "
@@ -427,11 +440,11 @@ msgstr ""
427
440
"用。在 :mod:`typing` 模組中使用了八年之後,它尚未得到任何主要型別檢查器的支"
428
441
"援。"
429
442
430
- #: ../../deprecations/pending-removal-in-3.15.rst:88
443
+ #: ../../deprecations/pending-removal-in-3.15.rst:93
431
444
msgid ":mod:`wave`:"
432
445
msgstr ":mod:`wave`:"
433
446
434
- #: ../../deprecations/pending-removal-in-3.15.rst:90
447
+ #: ../../deprecations/pending-removal-in-3.15.rst:95
435
448
msgid ""
436
449
"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave."
437
450
"Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:"
@@ -812,117 +825,110 @@ msgid "``ssl.TLSVersion.TLSv1_1``"
812
825
msgstr "``ssl.TLSVersion.TLSv1_1``"
813
826
814
827
#: ../../deprecations/pending-removal-in-future.rst:108
815
- msgid ""
816
- ":func:`sysconfig.is_python_build` *check_home* parameter is deprecated and "
817
- "ignored."
818
- msgstr ""
819
- ":func:`sysconfig.is_python_build` 的 *check_home* 參數已被棄用並被忽略。"
820
-
821
- #: ../../deprecations/pending-removal-in-future.rst:111
822
828
msgid ":mod:`threading` methods:"
823
829
msgstr ":mod:`threading` 方法:"
824
830
825
- #: ../../deprecations/pending-removal-in-future.rst:113
831
+ #: ../../deprecations/pending-removal-in-future.rst:110
826
832
msgid ""
827
833
":meth:`!threading.Condition.notifyAll`: use :meth:`~threading.Condition."
828
834
"notify_all`."
829
835
msgstr ""
830
836
":meth:`!threading.Condition.notifyAll`:請用 :meth:`~threading.Condition."
831
837
"notify_all`。"
832
838
833
- #: ../../deprecations/pending-removal-in-future.rst:114
839
+ #: ../../deprecations/pending-removal-in-future.rst:111
834
840
msgid ":meth:`!threading.Event.isSet`: use :meth:`~threading.Event.is_set`."
835
841
msgstr ":meth:`!threading.Event.isSet`:請用 :meth:`~threading.Event.is_set`。"
836
842
837
- #: ../../deprecations/pending-removal-in-future.rst:115
843
+ #: ../../deprecations/pending-removal-in-future.rst:112
838
844
msgid ""
839
845
":meth:`!threading.Thread.isDaemon`, :meth:`threading.Thread.setDaemon`: use :"
840
846
"attr:`threading.Thread.daemon` attribute."
841
847
msgstr ""
842
848
":meth:`!threading.Thread.isDaemon`、:meth:`threading.Thread.setDaemon`:請"
843
849
"用 :attr:`threading.Thread.daemon` 屬性。"
844
850
845
- #: ../../deprecations/pending-removal-in-future.rst:117
851
+ #: ../../deprecations/pending-removal-in-future.rst:114
846
852
msgid ""
847
853
":meth:`!threading.Thread.getName`, :meth:`threading.Thread.setName`: use :"
848
854
"attr:`threading.Thread.name` attribute."
849
855
msgstr ""
850
856
":meth:`!threading.Thread.getName`、:meth:`threading.Thread.setName`:請用 :"
851
857
"attr:`threading.Thread.name` 屬性。"
852
858
853
- #: ../../deprecations/pending-removal-in-future.rst:119
859
+ #: ../../deprecations/pending-removal-in-future.rst:116
854
860
msgid ":meth:`!threading.currentThread`: use :meth:`threading.current_thread`."
855
861
msgstr ""
856
862
":meth:`!threading.currentThread`:請用 :meth:`threading.current_thread`。"
857
863
858
- #: ../../deprecations/pending-removal-in-future.rst:120
864
+ #: ../../deprecations/pending-removal-in-future.rst:117
859
865
msgid ":meth:`!threading.activeCount`: use :meth:`threading.active_count`."
860
866
msgstr ":meth:`!threading.activeCount`:請用 :meth:`threading.active_count`。"
861
867
862
- #: ../../deprecations/pending-removal-in-future.rst:122
868
+ #: ../../deprecations/pending-removal-in-future.rst:119
863
869
msgid ":class:`typing.Text` (:gh:`92332`)."
864
870
msgstr ":class:`typing.Text` (:gh:`92332`)。"
865
871
866
- #: ../../deprecations/pending-removal-in-future.rst:124
872
+ #: ../../deprecations/pending-removal-in-future.rst:121
867
873
msgid ""
868
874
":class:`unittest.IsolatedAsyncioTestCase`: it is deprecated to return a "
869
875
"value that is not ``None`` from a test case."
870
876
msgstr ""
871
877
":class:`unittest.IsolatedAsyncioTestCase`:從測試案例中回傳非 ``None`` 的值已"
872
878
"被棄用。"
873
879
874
- #: ../../deprecations/pending-removal-in-future.rst:127
880
+ #: ../../deprecations/pending-removal-in-future.rst:124
875
881
msgid ""
876
882
":mod:`urllib.parse` deprecated functions: :func:`~urllib.parse.urlparse` "
877
883
"instead"
878
884
msgstr ""
879
885
":mod:`urllib.parse` 已棄用函式:請改用 :func:`~urllib.parse.urlparse`。"
880
886
881
- #: ../../deprecations/pending-removal-in-future.rst:129
887
+ #: ../../deprecations/pending-removal-in-future.rst:126
882
888
msgid "``splitattr()``"
883
889
msgstr "``splitattr()``"
884
890
885
- #: ../../deprecations/pending-removal-in-future.rst:130
891
+ #: ../../deprecations/pending-removal-in-future.rst:127
886
892
msgid "``splithost()``"
887
893
msgstr "``splithost()``"
888
894
889
- #: ../../deprecations/pending-removal-in-future.rst:131
895
+ #: ../../deprecations/pending-removal-in-future.rst:128
890
896
msgid "``splitnport()``"
891
897
msgstr "``splitnport()``"
892
898
893
- #: ../../deprecations/pending-removal-in-future.rst:132
899
+ #: ../../deprecations/pending-removal-in-future.rst:129
894
900
msgid "``splitpasswd()``"
895
901
msgstr "``splitpasswd()``"
896
902
897
- #: ../../deprecations/pending-removal-in-future.rst:133
903
+ #: ../../deprecations/pending-removal-in-future.rst:130
898
904
msgid "``splitport()``"
899
905
msgstr "``splitport()``"
900
906
901
- #: ../../deprecations/pending-removal-in-future.rst:134
907
+ #: ../../deprecations/pending-removal-in-future.rst:131
902
908
msgid "``splitquery()``"
903
909
msgstr "``splitquery()``"
904
910
905
- #: ../../deprecations/pending-removal-in-future.rst:135
911
+ #: ../../deprecations/pending-removal-in-future.rst:132
906
912
msgid "``splittag()``"
907
913
msgstr "``splittag()``"
908
914
909
- #: ../../deprecations/pending-removal-in-future.rst:136
915
+ #: ../../deprecations/pending-removal-in-future.rst:133
910
916
msgid "``splittype()``"
911
917
msgstr "``splittype()``"
912
918
913
- #: ../../deprecations/pending-removal-in-future.rst:137
919
+ #: ../../deprecations/pending-removal-in-future.rst:134
914
920
msgid "``splituser()``"
915
921
msgstr "``splituser()``"
916
922
917
- #: ../../deprecations/pending-removal-in-future.rst:138
923
+ #: ../../deprecations/pending-removal-in-future.rst:135
918
924
msgid "``splitvalue()``"
919
925
msgstr "``splitvalue()``"
920
926
921
- #: ../../deprecations/pending-removal-in-future.rst:139
927
+ #: ../../deprecations/pending-removal-in-future.rst:136
922
928
msgid "``to_bytes()``"
923
929
msgstr "``to_bytes()``"
924
930
925
- #: ../../deprecations/pending-removal-in-future.rst:141
931
+ #: ../../deprecations/pending-removal-in-future.rst:138
926
932
msgid ""
927
933
":mod:`urllib.request`: :class:`~urllib.request.URLopener` and :class:"
928
934
"`~urllib.request.FancyURLopener` style of invoking requests is deprecated. "
@@ -932,13 +938,13 @@ msgstr ""
932
938
"class:`~urllib.request.FancyURLopener` 風格已被棄用。請改用更新的 :func:"
933
939
"`~urllib.request.urlopen` 函式和方法。"
934
940
935
- #: ../../deprecations/pending-removal-in-future.rst:145
941
+ #: ../../deprecations/pending-removal-in-future.rst:142
936
942
msgid ""
937
943
":mod:`wsgiref`: ``SimpleHandler.stdout.write()`` should not do partial "
938
944
"writes."
939
945
msgstr ":mod:`wsgiref`:``SimpleHandler.stdout.write()`` 不應該進行部分寫入。"
940
946
941
- #: ../../deprecations/pending-removal-in-future.rst:148
947
+ #: ../../deprecations/pending-removal-in-future.rst:145
942
948
msgid ""
943
949
":mod:`xml.etree.ElementTree`: Testing the truth value of an :class:`~xml."
944
950
"etree.ElementTree.Element` is deprecated. In a future release it will always "
@@ -949,7 +955,7 @@ msgstr ""
949
955
"Element` 的真值測試。在未來版本中,它將始終回傳 ``True``。請改用明確的 "
950
956
"``len(elem)`` 或 ``elem is not None`` 測試。"
951
957
952
- #: ../../deprecations/pending-removal-in-future.rst:153
958
+ #: ../../deprecations/pending-removal-in-future.rst:150
953
959
msgid ""
954
960
":meth:`zipimport.zipimporter.load_module` is deprecated: use :meth:"
955
961
"`~zipimport.zipimporter.exec_module` instead."
@@ -1355,3 +1361,9 @@ msgstr ""
1355
1361
#: ../../deprecations/c-api-pending-removal-in-future.rst:50
1356
1362
msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7."
1357
1363
msgstr ":c:func:`PyThread_ReInitTLS`:自 Python 3.7 起不再需要。"
1364
+
1365
+ #~ msgid ""
1366
+ #~ ":func:`sysconfig.is_python_build` *check_home* parameter is deprecated "
1367
+ #~ "and ignored."
1368
+ #~ msgstr ""
1369
+ #~ ":func:`sysconfig.is_python_build` 的 *check_home* 參數已被棄用並被忽略。"
0 commit comments