@@ -51,10 +51,10 @@ msgstr "我可以在 C++ 中建立自己的函式嗎?"
5151#: ../../faq/extending.rst:28
5252#, fuzzy
5353msgid ""
54- "Yes, using the C compatibility features found in C++. Place ``extern "
55- "\" C \" { ... }`` around the Python include files and put ``extern\" C\" `` "
56- "before each function that is going to be called by the Python interpreter. "
57- "Global or static C++ objects with constructors are probably not a good idea."
54+ "Yes, using the C compatibility features found in C++. Place ``extern\" C \" "
55+ "{ ... }`` around the Python include files and put ``extern\" C\" `` before "
56+ "each function that is going to be called by the Python interpreter. Global "
57+ "or static C++ objects with constructors are probably not a good idea."
5858msgstr ""
5959"是的,使用 C++ 中的 C 相容性功能。將 ``extern\" C\" { ... }`` 放在 Python 包"
6060"含檔案周圍,並將 ``extern\" C\" `` 放在每個將由 Python 直譯器呼叫的函式之前。"
@@ -474,14 +474,12 @@ msgstr ""
474474"目錄包含編譯 Python 擴充所需的各種檔案。"
475475
476476#: ../../faq/extending.rst:252
477- #, fuzzy
478477msgid "For Red Hat, install the python3-devel RPM to get the necessary files."
479- msgstr "在 Red Hat 上,請安裝python -devel RPM 來取得必要的檔案。"
478+ msgstr "在 Red Hat 上,請安裝python3 -devel RPM 來取得必要的檔案。"
480479
481480#: ../../faq/extending.rst:254
482- #, fuzzy
483481msgid "For Debian, run ``apt-get install python3-dev``."
484- msgstr "對於 Debian,運行 ``apt-get installpython -dev``。"
482+ msgstr "對於 Debian,運行 ``apt-get installpython3 -dev``。"
485483
486484#: ../../faq/extending.rst:257
487485msgid "How do I tell\" incomplete input\" from\" invalid input\" ?"