diferences between 22 and python 23
Fredrik Lundh
fredrik at pythonware.com
Wed Dec 3 14:46:17 EST 2003
More information about the Python-list mailing list
Wed Dec 3 14:46:17 EST 2003
- Previous message (by thread): diferences between 22 and python 23
- Next message (by thread): diferences between 22 and python 23
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mike C. Fletcher wrote: > >0xED has never been a valid 7-bit ASCII character. > > Sure, but Python used to accept 8-bit characters in the platform's > default encoding as part of string characters... all 2.3 installs I have give me a DeprecationWarning when I do that, not a UnicodeDecodeError. what version are you using? </F>
- Previous message (by thread): diferences between 22 and python 23
- Next message (by thread): diferences between 22 and python 23
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list