[Python-Dev] PEP 461 Final? (original) (raw)

Ethan Furman ethan at stoneleaf.us
Fri Jan 17 20:48:11 CET 2014


On 01/17/2014 11:40 AM, Glenn Linderman wrote:

On 1/17/2014 8:49 AM, Ethan Furman wrote:

>>> b'%s' % 3.14 Traceback (most recent call last): ... TypeError: 3.14 has no bytes method If you produce a helpful error message for str (re: encoding), might it not be appropriate to produce a helpful error message for builtin number types (, perhaps you need a numeric format code?)?

Good point! Done.

-- Ethan



More information about the Python-Dev mailing list