[Python-Dev] PEP 332 revival in coordination with pep 349? [ Was:Re: release plan for 2.5 ?] (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Tue Feb 14 08:14:57 CET 2006


Adam Olsen wrote:

What would that imply for repr()? To support eval(repr(x))

I don't think eval(repr(x)) needs to be supported for the bytes type. However, if that is desirable, it should return something like

bytes([1,2,3])

Regards, Martin



More information about the Python-Dev mailing list