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

Commit4ef2dc0

Browse files
sync with cpython 748b2b78
1 parent7f06f79 commit4ef2dc0

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

‎library/email.compat32-message.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version:Python 3.10\n"
77
"Report-Msgid-Bugs-To:\n"
8-
"POT-Creation-Date:2021-09-13 00:11+0000\n"
8+
"POT-Creation-Date:2022-10-02 00:25+0000\n"
99
"PO-Revision-Date:2018-07-15 18:56+0800\n"
1010
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1111
"tw)\n"
@@ -122,7 +122,7 @@ msgstr ""
122122
msgid""
123123
"Note that this method is provided as a convenience and may not always format "
124124
"the message the way you want. For example, by default it does not do the "
125-
"mangling of lines that begin with ``From`` that is required by theunix mbox "
125+
"mangling of lines that begin with ``From`` that is required by theUnix mbox "
126126
"format. For more flexibility, instantiate a :class:`~email.generator."
127127
"Generator` instance and use its :meth:`~email.generator.Generator.flatten` "
128128
"method directly. For example::"
@@ -160,7 +160,7 @@ msgstr ""
160160
msgid""
161161
"Note that this method is provided as a convenience and may not always format "
162162
"the message the way you want. For example, by default it does not do the "
163-
"mangling of lines that begin with ``From`` that is required by theunix mbox "
163+
"mangling of lines that begin with ``From`` that is required by theUnix mbox "
164164
"format. For more flexibility, instantiate a :class:`~email.generator."
165165
"BytesGenerator` instance and use its :meth:`~email.generator.BytesGenerator."
166166
"flatten` method directly. For example::"

‎library/email.generator.po

Lines 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.10\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2020-06-20 18:08+0800\n"
10+
"POT-Creation-Date:2022-10-02 00:25+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:44+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -86,7 +86,7 @@ msgid ""
8686
"defaults to the value of the :attr:`~email.policy.Policy.mangle_from_` "
8787
"setting of the *policy* (which is ``True`` for the :data:`~email.policy."
8888
"compat32` policy and ``False`` for all others). *mangle_from_* is intended "
89-
"for use when messages are stored inunix mbox format (see :mod:`mailbox` and "
89+
"for use when messages are stored inUnix mbox format (see :mod:`mailbox` and "
9090
"`WHY THE CONTENT-LENGTH FORMAT IS BAD <https://www.jwz.org/doc/content-"
9191
"length.html>`_)."
9292
msgstr""

‎library/multiprocessing.po

Lines 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.10\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-08-22 00:19+0000\n"
10+
"POT-Creation-Date:2022-10-02 00:25+0000\n"
1111
"PO-Revision-Date:2018-05-23 16:06+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -163,7 +163,7 @@ msgstr ""
163163

164164
#:../../library/multiprocessing.rst:144
165165
msgid""
166-
"*spawn* added on allunix platforms, and *forkserver* added for someunix "
166+
"*spawn* added on allUnix platforms, and *forkserver* added for someUnix "
167167
"platforms. Child processes no longer inherit all of the parents inheritable "
168168
"handles on Windows."
169169
msgstr""

‎library/os.path.po

Lines 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.10\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-08-05 00:19+0000\n"
10+
"POT-Creation-Date:2022-10-02 00:25+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-"
@@ -40,7 +40,7 @@ msgstr ""
4040

4141
#:../../library/os.path.rst:19
4242
msgid""
43-
"Unlike aunix shell, Python does not do any *automatic* path expansions. "
43+
"Unlike aUnix shell, Python does not do any *automatic* path expansions. "
4444
"Functions such as :func:`expanduser` and :func:`expandvars` can be invoked "
4545
"explicitly when an application desires shell-like path expansion. (See also "
4646
"the :mod:`glob` module.)"

‎library/test.po

Lines 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.10\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-09-03 00:15+0000\n"
10+
"POT-Creation-Date:2022-10-02 00:25+0000\n"
1111
"PO-Revision-Date:2018-05-23 16:12+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1095,7 +1095,7 @@ msgstr ""
10951095

10961096
#:../../library/test.rst:1069
10971097
msgid""
1098-
"Bind aunix socket, raising :exc:`unittest.SkipTest` if :exc:"
1098+
"Bind aUnix socket, raising :exc:`unittest.SkipTest` if :exc:"
10991099
"`PermissionError` is raised."
11001100
msgstr""
11011101

‎whatsnew/3.3.po

Lines 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.10\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2022-08-05 00:19+0000\n"
10+
"POT-Creation-Date:2022-10-02 00:25+0000\n"
1111
"PO-Revision-Date:2018-05-23 16:20+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2769,7 +2769,7 @@ msgstr ""
27692769
#:../../whatsnew/3.3.rst:1900
27702770
msgid""
27712771
"New function :func:`~socket.sethostname` allows the hostname to be set on "
2772-
"unix systems if the calling process has sufficient privileges. (Contributed "
2772+
"Unix systems if the calling process has sufficient privileges. (Contributed "
27732773
"by Ross Lagerwall in :issue:`10866`.)"
27742774
msgstr""
27752775

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp