deprecation gotchas Re: rotor alternative?
Paul Rubin
http
Wed Nov 19 14:16:35 EST 2003
More information about the Python-list mailing list
Wed Nov 19 14:16:35 EST 2003
- Previous message (by thread): deprecation gotchas Re: rotor alternative?
- Next message (by thread): rotor alternative?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): deprecation gotchas Re: rotor alternative?
- Next message (by thread): rotor alternative?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list