[issue27672] x fromat of % operator broken in Python 3.5.2

Ethan Furman report at bugs.python.org
Wed Aug 3 09:19:23 EDT 2016


Ethan Furman added the comment:

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.

----------
nosy: +ethan.furman

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27672>
_______________________________________


More information about the Python-bugs-list mailing list