Skip to content

Commit 4641002

Browse files
sync with cpython 76fd98a6
1 parent 30552b9 commit 4641002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

whatsnew/3.12.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2254,7 +2254,7 @@ msgid ""
22542254
"Removed ``randrange()`` functionality deprecated since Python 3.10. "
22552255
"Formerly, ``randrange(10.0)`` losslessly converted to ``randrange(10)``. "
22562256
"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 "
22582258
"changed from :exc:`ValueError` to :exc:`TypeError`. This also prevents bugs "
22592259
"where ``randrange(1e25)`` would silently select from a larger range than "
22602260
"``randrange(10**25)``. (Originally suggested by Serhiy Storchaka :gh:"

0 commit comments

Comments
 (0)