Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sync with CPython 3.11#372

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 6 commits into3.11fromcron/sync/3.11
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes fromall 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
4 changes: 2 additions & 2 deletionslibrary/curses.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-26 00:17+0000\n"
"POT-Creation-Date: 2022-12-31 00:15+0000\n"
"PO-Revision-Date: 2018-05-23 14:42+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -1453,7 +1453,7 @@ msgstr ""
#: ../../library/curses.rst:1306
msgid ""
"Display a vertical line starting at ``(y, x)`` with length *n* consisting of "
"the character *ch*."
"the character *ch* with attributes *attr*."
msgstr ""

#: ../../library/curses.rst:1311
Expand Down
4 changes: 2 additions & 2 deletionslibrary/enum.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:2022-12-07 00:17+0000\n"
"POT-Creation-Date:2023-01-04 00:15+0000\n"
"PO-Revision-Date: 2018-05-23 16:01+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -854,7 +854,7 @@ msgid ""
"call an *Enum*'s :meth:`_generate_next_value_` to get an appropriate value. "
"For *Enum* and *IntEnum* that appropriate value will be the last value plus "
"one; for *Flag* and *IntFlag* it will be the first power-of-two greater than "
"thelast value; for *StrEnum* it will be the lower-cased version of the "
"thehighest value; for *StrEnum* it will be the lower-cased version of the "
"member's name. Care must be taken if mixing *auto()* with manually "
"specified values."
msgstr ""
Expand Down
460 changes: 235 additions & 225 deletionslibrary/functions.po
View file
Open in desktop

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletionslibrary/socket.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:2022-10-31 08:13+0000\n"
"POT-Creation-Date:2023-01-02 00:15+0000\n"
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -888,7 +888,7 @@ msgstr ""
#: ../../library/socket.rst:719
msgid ""
"*family* should be either :data:`AF_INET` or :data:`AF_INET6`. *backlog* is "
"the queue size passed to :meth:`socket.listen`;when ``0`` a default "
"the queue size passed to :meth:`socket.listen`;if not specified , a default "
"reasonable value is chosen. *reuse_port* dictates whether to set the :data:"
"`SO_REUSEPORT` socket option."
msgstr ""
Expand DownExpand Up@@ -1743,8 +1743,8 @@ msgstr ""

#: ../../library/socket.rst:1530
msgid ""
"For multicast IPv6 address, first item of *address* does not contain``"
"%scope_id`` part anymore. In order to get full IPv6 address use :func:"
"For multicast IPv6 address, first item of *address* does not contain "
"``%scope_id`` part anymore. In order to get full IPv6 address use :func:"
"`getnameinfo`."
msgstr ""

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp