deprecation gotchas Re: rotor alternative?

Paul Rubin http
Wed Nov 19 14:16:35 EST 2003


aaron at reportlab.com (Aaron Watters) writes:
>    repr(string) went hex and broke a lot of stuff for interacting
>      with systems that matched the old octal representation 
>      (pdf format for example).  It's very hard to ferret out all
>      the places where someone assumed that chr(0)=="\000".

repr really shouldn't be used that way though.




More information about the Python-list mailing list