| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead. |
Sorry, something went wrong.
|
Can you add a test and a blurb entry? A |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the find! :-)
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM.
Sorry, something went wrong.
|
A good place for test: in Lib/test/test_int.py, just after self.assertRaises(TypeError, int, 1, 12). But use valid first two args. |
Sorry, something went wrong.
|
To help this move forward I added a test case and NEWS entry. |
Sorry, something went wrong.
… int() (pythonGH-114067) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
… int() (pythonGH-114067) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
… int() (pythonGH-114067) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
| Back | FazBrowse Home | New Git URL |
Remove the typo in the format string, as it is unnecessary
issue : #114050