[Python-3000] Unicode and OS strings (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sat Sep 15 01:21:26 CEST 2007
- Previous message: [Python-3000] Unicode and OS strings
- Next message: [Python-3000] Unicode and OS strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
Great idea, but sys.argv doesn't need to be magic for this approach to work.
Are you sure? I thought part of the problem was that if an argv entry couldn't be decoded, you got an error too soon to do anything about it. Making sys.argv lazy would avoid that.
-- Greg
- Previous message: [Python-3000] Unicode and OS strings
- Next message: [Python-3000] Unicode and OS strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]