99msgstr ""
1010"Project-Id-Version : Python 3.12\n "
1111"Report-Msgid-Bugs-To : \n "
12- "POT-Creation-Date : 2024-09-03 11:11+0800 \n "
12+ "POT-Creation-Date : 2024-09-18 00:04+0000 \n "
1313"PO-Revision-Date : 2023-08-31 11:34+0800\n "
1414"Last-Translator : Steven Hsu <hsuhaochun@gmail.com>\n "
1515"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -649,13 +649,13 @@ msgstr "Python 可以被編譯成機器語言、C 語言或其他種語言嗎?
649649#: ../../faq/design.rst:330
650650msgid ""
651651"`Cython <https://cython.org/>`_ compiles a modified version of Python with "
652- "optional annotations into C extensions. `Nuitka <https://www. nuitka.net/>`_ "
653- "is an up-and-coming compiler of Python into C++ code, aiming to support the "
652+ "optional annotations into C extensions. `Nuitka <https://nuitka.net/>`_ is "
653+ "an up-and-coming compiler of Python into C++ code, aiming to support the "
654654"full Python language."
655655msgstr ""
656656"`Cython <https://cython.org/>`_ 可以編譯一個調整過有選擇性註解的 Python 版"
657- "本。 `Nuitka <https://www. nuitka.net/>`_ 是一個有潛力編譯器,可以把 Python 編 "
658- "譯成 C++,他的目標是支援完整的 Python 語言。"
657+ "本。`Nuitka <https://nuitka.net/>`_ 是一個有潛力編譯器,可以把 Python 編譯成 "
658+ "C++,他的目標是支援完整的 Python 語言。"
659659
660660#: ../../faq/design.rst:337
661661msgid "How does Python manage memory?"
@@ -680,14 +680,14 @@ msgstr ""
680680#: ../../faq/design.rst:347
681681msgid ""
682682"Other implementations (such as `Jython <https://www.jython.org>`_ or `PyPy "
683- "<https://www. pypy.org>`_), however, can rely on a different mechanism such "
684- "as a full-blown garbage collector. This difference can cause some subtle "
685- "porting problems if your Python code depends on the behavior of the "
686- "reference counting implementation."
683+ "<https://pypy.org>`_), however, can rely on a different mechanism such as a "
684+ "full-blown garbage collector. This difference can cause some subtle porting "
685+ "problems if your Python code depends on the behavior of the reference "
686+ "counting implementation."
687687msgstr ""
688688"然而,在其他實作(像是 `Jython <https://www.jython.org>`_ 或 `PyPy <https://"
689- "www. pypy.org>`_)中,會使用像是成熟的垃圾收集器等不同機制。如果你的 Python 程 "
690- "式碼的表現取決於參照計次的實作 ,這個相異處會導致一些微小的移植問題。"
689+ "pypy.org>`_)中,會使用像是成熟的垃圾收集器等不同機制。如果你的 Python 程式碼 "
690+ "的表現取決於參照計次的實作 ,這個相異處會導致一些微小的移植問題。"
691691
692692#: ../../faq/design.rst:353
693693msgid ""
0 commit comments