@@ -7,15 +7,15 @@ msgid ""
77msgstr ""
88"Project-Id-Version : Python 3.6 TW\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2018-05-23 22:27 +0800\n "
10+ "POT-Creation-Date : 2018-06-26 18:54 +0800\n "
1111"PO-Revision-Date : 2018-05-23 14:29+0000\n "
1212"
Last-Translator :
Adrian Liaw <[email protected] >\n "
1313"Language-Team : Chinese Traditional (http://www.transifex.com/python-tw-doc/ "
1414"python-36-tw/language/zh-Hant/)\n "
15+ "Language : zh_TW\n "
1516"MIME-Version : 1.0\n "
1617"Content-Type : text/plain; charset=UTF-8\n "
1718"Content-Transfer-Encoding : 8bit\n "
18- "Language : zh_TW\n "
1919"Plural-Forms : nplurals=1; plural=0;\n "
2020
2121#: ../../c-api/arg.rst:6
@@ -159,7 +159,7 @@ msgid ""
159159"objects are converted to C strings using ``'utf-8'`` encoding."
160160msgstr ""
161161
162- #: ../../c-api/arg.rst:102
162+ #: ../../c-api/arg.rst:102 ../../c-api/arg.rst:566
163163msgid "``z`` (:class:`str` or ``None``) [const char \\ *]"
164164msgstr ""
165165
@@ -254,7 +254,7 @@ msgid ""
254254msgstr ""
255255
256256#: ../../c-api/arg.rst:156
257- msgid "``u`` (:class:`str`) [Py_UNICODE \\ *]"
257+ msgid "``u`` (:class:`str`) [const Py_UNICODE \\ *]"
258258msgstr ""
259259
260260#: ../../c-api/arg.rst:142
@@ -276,7 +276,7 @@ msgid ""
276276msgstr ""
277277
278278#: ../../c-api/arg.rst:165
279- msgid "``u#`` (:class:`str`) [Py_UNICODE \\ *, int]"
279+ msgid "``u#`` (:class:`str`) [const Py_UNICODE \\ *, int]"
280280msgstr ""
281281
282282#: ../../c-api/arg.rst:159
@@ -287,7 +287,7 @@ msgid ""
287287msgstr ""
288288
289289#: ../../c-api/arg.rst:173
290- msgid "``Z`` (:class:`str` or ``None``) [Py_UNICODE \\ *]"
290+ msgid "``Z`` (:class:`str` or ``None``) [const Py_UNICODE \\ *]"
291291msgstr ""
292292
293293#: ../../c-api/arg.rst:168
@@ -297,7 +297,7 @@ msgid ""
297297msgstr ""
298298
299299#: ../../c-api/arg.rst:181
300- msgid "``Z#`` (:class:`str` or ``None``) [Py_UNICODE \\ *, int]"
300+ msgid "``Z#`` (:class:`str` or ``None``) [const Py_UNICODE \\ *, int]"
301301msgstr ""
302302
303303#: ../../c-api/arg.rst:176
@@ -901,7 +901,7 @@ msgid ""
901901msgstr ""
902902
903903#: ../../c-api/arg.rst:550
904- msgid "``s`` (:class:`str` or ``None``) [char \\ *]"
904+ msgid "``s`` (:class:`str` or ``None``) [const char \\ *]"
905905msgstr ""
906906
907907#: ../../c-api/arg.rst:549
@@ -911,7 +911,7 @@ msgid ""
911911msgstr ""
912912
913913#: ../../c-api/arg.rst:555
914- msgid "``s#`` (:class:`str` or ``None``) [char \\ *, int]"
914+ msgid "``s#`` (:class:`str` or ``None``) [const char \\ *, int]"
915915msgstr ""
916916
917917#: ../../c-api/arg.rst:553
@@ -922,7 +922,7 @@ msgid ""
922922msgstr ""
923923
924924#: ../../c-api/arg.rst:559
925- msgid "``y`` (:class:`bytes`) [char \\ *]"
925+ msgid "``y`` (:class:`bytes`) [const char \\ *]"
926926msgstr ""
927927
928928#: ../../c-api/arg.rst:558
@@ -932,7 +932,7 @@ msgid ""
932932msgstr ""
933933
934934#: ../../c-api/arg.rst:563
935- msgid "``y#`` (:class:`bytes`) [char \\ *, int]"
935+ msgid "``y#`` (:class:`bytes`) [const char \\ *, int]"
936936msgstr ""
937937
938938#: ../../c-api/arg.rst:562
@@ -941,24 +941,20 @@ msgid ""
941941"string pointer is *NULL*, ``None`` is returned."
942942msgstr ""
943943
944- #: ../../c-api/arg.rst:566
945- msgid "``z`` (:class:`str` or ``None``) [char \\ *]"
946- msgstr ""
947-
948944#: ../../c-api/arg.rst:566 ../../c-api/arg.rst:582
949945msgid "Same as ``s``."
950946msgstr ""
951947
952948#: ../../c-api/arg.rst:569
953- msgid "``z#`` (:class:`str` or ``None``) [char \\ *, int]"
949+ msgid "``z#`` (:class:`str` or ``None``) [const char \\ *, int]"
954950msgstr ""
955951
956952#: ../../c-api/arg.rst:569 ../../c-api/arg.rst:585
957953msgid "Same as ``s#``."
958954msgstr ""
959955
960956#: ../../c-api/arg.rst:574
961- msgid "``u`` (:class:`str`) [wchar_t \\ *]"
957+ msgid "``u`` (:class:`str`) [const wchar_t \\ *]"
962958msgstr ""
963959
964960#: ../../c-api/arg.rst:572
@@ -969,7 +965,7 @@ msgid ""
969965msgstr ""
970966
971967#: ../../c-api/arg.rst:579
972- msgid "``u#`` (:class:`str`) [wchar_t \\ *, int]"
968+ msgid "``u#`` (:class:`str`) [const wchar_t \\ *, int]"
973969msgstr ""
974970
975971#: ../../c-api/arg.rst:577
@@ -980,11 +976,11 @@ msgid ""
980976msgstr ""
981977
982978#: ../../c-api/arg.rst:582
983- msgid "``U`` (:class:`str` or ``None``) [char \\ *]"
979+ msgid "``U`` (:class:`str` or ``None``) [const char \\ *]"
984980msgstr ""
985981
986982#: ../../c-api/arg.rst:585
987- msgid "``U#`` (:class:`str` or ``None``) [char \\ *, int]"
983+ msgid "``U#`` (:class:`str` or ``None``) [const char \\ *, int]"
988984msgstr ""
989985
990986#: ../../c-api/arg.rst:588
0 commit comments