[Python-Dev] PEP 461 Final?
Ethan Furman
ethan at stoneleaf.us
Fri Jan 17 20:48:11 CET 2014
More information about the Python-Dev mailing list
Fri Jan 17 20:48:11 CET 2014
- Previous message: [Python-Dev] PEP 461 Final?
- Next message: [Python-Dev] PEP 461 Final?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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~
- Previous message: [Python-Dev] PEP 461 Final?
- Next message: [Python-Dev] PEP 461 Final?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list