Skip to content

Sync with CPython 3.12 #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions howto/clinic.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-19 00:54+0800\n"
"POT-Creation-Date: 2023-07-18 19:04+0000\n"
"PO-Revision-Date: 2018-05-23 14:36+0000\n"
"Last-Translator: Adrian Liaw <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -871,7 +871,7 @@ msgid ""
"pep:`8` mandates that the Python library may not use annotations."
msgstr ""

#: ../../howto/clinic.rst:782
#: ../../howto/clinic.rst:779
msgid "``unused``"
msgstr "``unused``"

Expand Down Expand Up @@ -1223,15 +1223,15 @@ msgstr "``unicode``"
msgid "``'u'``"
msgstr "``'u'``"

#: ../../howto/clinic.rst:867
#: ../../howto/clinic.rst:864
msgid "``wchar_t``"
msgstr "``wchar_t``"

#: ../../howto/clinic.rst:865
msgid "``'u#'``"
msgstr "``'u#'``"

#: ../../howto/clinic.rst:868
#: ../../howto/clinic.rst:865
msgid "``wchar_t(zeroes=True)``"
msgstr "``wchar_t(zeroes=True)``"

Expand Down Expand Up @@ -1279,15 +1279,15 @@ msgstr "``Py_buffer``"
msgid "``'Z'``"
msgstr "``'Z'``"

#: ../../howto/clinic.rst:874
#: ../../howto/clinic.rst:871
msgid "``wchar_t(accept={str, NoneType})``"
msgstr "``wchar_t(accept={str, NoneType})``"

#: ../../howto/clinic.rst:872
msgid "``'Z#'``"
msgstr "``'Z#'``"

#: ../../howto/clinic.rst:875
#: ../../howto/clinic.rst:872
msgid "``wchar_t(accept={str, NoneType}, zeroes=True)``"
msgstr "``wchar_t(accept={str, NoneType}, zeroes=True)``"

Expand Down