I just made a change to some error messages [1] (really, just one):

old behavior:

  '%o' % 3.14
  'float' object cannot be interpreted as an integer

new behavior:

  '%o' % 3.14
  %o format: an integer is required, not float

Would we normally add a test for that?

--
~Ethan~

[1] Issue 19995:  http://bugs.python.org/issue19995
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to