[Python-Dev] [Email-SIG] Dropping bytes "support" in json

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 14 01:59:55 CEST 2009


R. David Murray wrote:

> That doesn't make sense to me.  str(<arbitrary object>) should return
> _something_.

Well, it might return something like "<AddressList
object at 0x123456>". But you shouldn't rely on it
to give you anything useful for an arbitrary header.

-- 
Greg


More information about the Python-Dev mailing list