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

Appearance settings

Commit e607dc4

Browse filesBrowse files
pydoc-zh-tw[bot]github-actions[bot]mattwang44
authored
Sync with CPython 3.11 (#372)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt.Wang <mattwang44@gmail.com>
1 parent 8a04894 commit e607dc4
Copy full SHA for e607dc4

File tree

Expand file treeCollapse file tree

10 files changed

+1712
-1705
lines changed
Filter options
Expand file treeCollapse file tree

10 files changed

+1712
-1705
lines changed

‎library/curses.po

Copy file name to clipboardExpand all lines: library/curses.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-11-26 00:17+0000\n"
10+
"POT-Creation-Date: 2022-12-31 00:15+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:42+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1453,7 +1453,7 @@ msgstr ""
14531453
#: ../../library/curses.rst:1306
14541454
msgid ""
14551455
"Display a vertical line starting at ``(y, x)`` with length *n* consisting of "
1456-
"the character *ch*."
1456+
"the character *ch* with attributes *attr*."
14571457
msgstr ""
14581458

14591459
#: ../../library/curses.rst:1311

‎library/enum.po

Copy file name to clipboardExpand all lines: library/enum.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-12-07 00:17+0000\n"
10+
"POT-Creation-Date: 2023-01-04 00:15+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:01+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -854,7 +854,7 @@ msgid ""
854854
"call an *Enum*'s :meth:`_generate_next_value_` to get an appropriate value. "
855855
"For *Enum* and *IntEnum* that appropriate value will be the last value plus "
856856
"one; for *Flag* and *IntFlag* it will be the first power-of-two greater than "
857-
"the last value; for *StrEnum* it will be the lower-cased version of the "
857+
"the highest value; for *StrEnum* it will be the lower-cased version of the "
858858
"member's name. Care must be taken if mixing *auto()* with manually "
859859
"specified values."
860860
msgstr ""

‎library/functions.po

Copy file name to clipboardExpand all lines: library/functions.po
+235-225Lines changed: 235 additions & 225 deletions
Large diffs are not rendered by default.

‎library/socket.po

Copy file name to clipboardExpand all lines: library/socket.po
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-10-31 08:13+0000\n"
10+
"POT-Creation-Date: 2023-01-02 00:15+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -888,7 +888,7 @@ msgstr ""
888888
#: ../../library/socket.rst:719
889889
msgid ""
890890
"*family* should be either :data:`AF_INET` or :data:`AF_INET6`. *backlog* is "
891-
"the queue size passed to :meth:`socket.listen`; when ``0`` a default "
891+
"the queue size passed to :meth:`socket.listen`; if not specified , a default "
892892
"reasonable value is chosen. *reuse_port* dictates whether to set the :data:"
893893
"`SO_REUSEPORT` socket option."
894894
msgstr ""
@@ -1743,8 +1743,8 @@ msgstr ""
17431743

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.