This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients BreamoreBoy, benjamin.peterson, doerwalter, eric.smith, ezio.melotti, francismb, jwilk, python-dev, serhiy.storchaka, terry.reedy, vstinner
Date 2015-11-09.11:22:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151109112219.58407.66943@psf.io>
In-reply-to
Content
New changeset 2f2c52c9ff38 by Victor Stinner in branch '2.7':
Issue #7267: format(int, 'c') now raises OverflowError when the argument is not
https://hg.python.org/cpython/rev/2f2c52c9ff38
History
Date User Action Args
2015-11-09 11:22:22python-devsetrecipients: + python-dev, doerwalter, terry.reedy, vstinner, eric.smith, benjamin.peterson, jwilk, ezio.melotti, BreamoreBoy, francismb, serhiy.storchaka
2015-11-09 11:22:22python-devlinkissue7267 messages
2015-11-09 11:22:22python-devcreate