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 ethan.furman
Recipients PeterTom, SilentGhost, ethan.furman
Date 2016-08-03.13:19:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470230363.78.0.777200806927.issue27672@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not trying to rub salt in the wound, but it's a good idea (for all of us) to test our programs with "-W always" to see if any thing pops up:

$ python3.4 -W always -c "'%x' % 3.14"
sys:1: DeprecationWarning: automatic int conversions have been deprecated

Also, this change was made because it was considered a bug.
History
Date User Action Args
2016-08-03 13:19:23ethan.furmansetrecipients: + ethan.furman, SilentGhost, PeterTom
2016-08-03 13:19:23ethan.furmansetmessageid: <1470230363.78.0.777200806927.issue27672@psf.upfronthosting.co.za>
2016-08-03 13:19:23ethan.furmanlinkissue27672 messages
2016-08-03 13:19:23ethan.furmancreate