File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.12\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2023-07-22 00:04 +0000\n "
11
+ "POT-Creation-Date : 2023-07-22 11:09 +0000\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -2254,7 +2254,7 @@ msgid ""
2254
2254
"Removed ``randrange()`` functionality deprecated since Python 3.10. "
2255
2255
"Formerly, ``randrange(10.0)`` losslessly converted to ``randrange(10)``. "
2256
2256
"Now, it raises a :exc:`TypeError`. Also, the exception raised for non-"
2257
- "integral values such as ``randrange(10.5)`` or ``randrange('10')`` has been "
2257
+ "integer values such as ``randrange(10.5)`` or ``randrange('10')`` has been "
2258
2258
"changed from :exc:`ValueError` to :exc:`TypeError`. This also prevents bugs "
2259
2259
"where ``randrange(1e25)`` would silently select from a larger range than "
2260
2260
"``randrange(10**25)``. (Originally suggested by Serhiy Storchaka :gh:"
You can’t perform that action at this time.
0 commit comments