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 3a98233

Browse filesBrowse files
sync with cpython b0ec17b6
1 parent 4f71af9 commit 3a98233
Copy full SHA for 3a98233

File tree

Expand file treeCollapse file tree

4 files changed

+617
-606
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+617
-606
lines changed

‎c-api/memory.po

Copy file name to clipboardExpand all lines: c-api/memory.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.10\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-04-03 00:14+0000\n"
11+
"POT-Creation-Date: 2022-04-08 00:15+0000\n"
1212
"PO-Revision-Date: 2018-05-23 14:06+0000\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -553,8 +553,8 @@ msgstr ""
553553

554554
#: ../../c-api/memory.rst:405
555555
msgid ""
556-
"Structure used to describe a memory block allocator. The structure has four "
557-
"fields:"
556+
"Structure used to describe a memory block allocator. The structure has the "
557+
"following fields:"
558558
msgstr ""
559559

560560
#: ../../c-api/memory.rst:409 ../../c-api/memory.rst:626

‎library/pkgutil.po

Copy file name to clipboardExpand all lines: library/pkgutil.po
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
10+
"POT-Creation-Date: 2022-04-08 00:15+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:07+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -45,9 +45,9 @@ msgstr ""
4545
#: ../../library/pkgutil.rst:28
4646
msgid ""
4747
"This will add to the package's ``__path__`` all subdirectories of "
48-
"directories on ``sys.path`` named after the package. This is useful if one "
49-
"wants to distribute different parts of a single logical package as multiple "
50-
"directories."
48+
"directories on :data:`sys.path` named after the package. This is useful if "
49+
"one wants to distribute different parts of a single logical package as "
50+
"multiple directories."
5151
msgstr ""
5252

5353
#: ../../library/pkgutil.rst:33
@@ -164,9 +164,9 @@ msgstr ""
164164

165165
#: ../../library/pkgutil.rst:131
166166
msgid ""
167-
"If fullname contains a '.', the finders will be for the package containing "
168-
"fullname, otherwise they will be all registered top level finders (i.e. "
169-
"those on both sys.meta_path and sys.path_hooks)."
167+
"If fullname contains a ``'.'``, the finders will be for the package "
168+
"containing fullname, otherwise they will be all registered top level finders "
169+
"(i.e. those on both :data:`sys.meta_path` and :data:`sys.path_hooks`)."
170170
msgstr ""
171171

172172
#: ../../library/pkgutil.rst:135
@@ -182,7 +182,7 @@ msgstr ""
182182
#: ../../library/pkgutil.rst:147
183183
msgid ""
184184
"Yields :class:`ModuleInfo` for all submodules on *path*, or, if *path* is "
185-
"``None``, all top-level modules on ``sys.path``."
185+
"``None``, all top-level modules on :data:`sys.path`."
186186
msgstr ""
187187

188188
#: ../../library/pkgutil.rst:150 ../../library/pkgutil.rst:171

‎library/ssl.po

Copy file name to clipboardExpand all lines: library/ssl.po
+5-6Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-02-22 00:12+0000\n"
10+
"POT-Creation-Date: 2022-04-08 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-"
@@ -1514,7 +1514,7 @@ msgstr ""
15141514
#: ../../library/ssl.rst:1399
15151515
msgid ""
15161516
"Return the actual SSL protocol version negotiated by the connection as a "
1517-
"string, or ``None`` is no secure connection is established. As of this "
1517+
"string, or ``None`` if no secure connection is established. As of this "
15181518
"writing, possible return values include ``\"SSLv2\"``, ``\"SSLv3\"``, ``"
15191519
"\"TLSv1\"``, ``\"TLSv1.1\"`` and ``\"TLSv1.2\"``. Recent OpenSSL versions "
15201520
"may define more return values."
@@ -1735,10 +1735,9 @@ msgid ""
17351735
"must be the path to a single file in PEM format containing the certificate "
17361736
"as well as any number of CA certificates needed to establish the "
17371737
"certificate's authenticity. The *keyfile* string, if present, must point to "
1738-
"a file containing the private key in. Otherwise the private key will be "
1739-
"taken from *certfile* as well. See the discussion of :ref:`ssl-"
1740-
"certificates` for more information on how the certificate is stored in the "
1741-
"*certfile*."
1738+
"a file containing the private key. Otherwise the private key will be taken "
1739+
"from *certfile* as well. See the discussion of :ref:`ssl-certificates` for "
1740+
"more information on how the certificate is stored in the *certfile*."
17421741
msgstr ""
17431742

17441743
#: ../../library/ssl.rst:1556

0 commit comments

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