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 Arfrever, eric.smith, ethan.furman, ezio.melotti, gvanrossum, larry, mark.dickinson, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2014-03-19.15:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fpwQg48lcz7Lnq@mail.python.org>
In-reply-to
Content
New changeset 9120196b3114 by Ethan Furman in branch 'default':
Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception
http://hg.python.org/cpython/rev/9120196b3114
History
Date User Action Args
2014-03-19 15:39:08python-devsetrecipients: + python-dev, gvanrossum, rhettinger, terry.reedy, mark.dickinson, pitrou, vstinner, larry, eric.smith, ezio.melotti, Arfrever, r.david.murray, skrah, ethan.furman, serhiy.storchaka
2014-03-19 15:39:08python-devlinkissue19995 messages
2014-03-19 15:39:08python-devcreate