Skip to content

Commit 2cc5af0

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 9fbc8176
1 parent 4037536 commit 2cc5af0

File tree

3 files changed

+265
-250
lines changed

3 files changed

+265
-250
lines changed

library/grp.po

+8-9
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-03-27 00:14+0000\n"
10+
"POT-Creation-Date: 2022-08-13 00:17+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:02+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -118,32 +118,31 @@ msgstr ""
118118

119119
#: ../../library/grp.rst:46
120120
msgid ""
121-
"Since Python 3.6 the support of non-integer arguments like floats or strings "
122-
"in :func:`getgrgid` is deprecated."
121+
":exc:`TypeError` is raised for non-integer arguments like floats or strings."
123122
msgstr ""
124123

125-
#: ../../library/grp.rst:52
124+
#: ../../library/grp.rst:51
126125
msgid ""
127126
"Return the group database entry for the given group name. :exc:`KeyError` is "
128127
"raised if the entry asked for cannot be found."
129128
msgstr ""
130129

131-
#: ../../library/grp.rst:58
130+
#: ../../library/grp.rst:57
132131
msgid "Return a list of all available group entries, in arbitrary order."
133132
msgstr ""
134133

135-
#: ../../library/grp.rst:64
134+
#: ../../library/grp.rst:63
136135
msgid "Module :mod:`pwd`"
137136
msgstr ":mod:`pwd` 模組"
138137

139-
#: ../../library/grp.rst:64
138+
#: ../../library/grp.rst:63
140139
msgid "An interface to the user database, similar to this."
141140
msgstr ""
142141

143-
#: ../../library/grp.rst:66
142+
#: ../../library/grp.rst:65
144143
msgid "Module :mod:`spwd`"
145144
msgstr ":mod:`spwd` 模組"
146145

147-
#: ../../library/grp.rst:67
146+
#: ../../library/grp.rst:66
148147
msgid "An interface to the shadow password database, similar to this."
149148
msgstr ""

0 commit comments

Comments
 (0)