]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #7267: format(int, 'c') now raises OverflowError when the argument is not
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 9 Nov 2015 11:21:09 +0000 (12:21 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 9 Nov 2015 11:21:09 +0000 (12:21 +0100)
commite192d0bbb969bcefe4658daddd9e495153fadad5
tree830b284ff305b9ffd984c5c682dca8c7b7860fde
parent8d0a94df33a356a67d72c85ebf1aebb641e94e45
Issue #7267: format(int, 'c') now raises OverflowError when the argument is not
in range(0, 256).
Lib/test/test_str.py
Misc/NEWS
Objects/stringlib/formatter.h