[Python-Dev] Re: PEP 326 now online (original) (raw)
Phillip J. Eby pje at telecommunity.com
Wed Jan 7 11:31:06 EST 2004
- Previous message: [Python-Dev] Re: PEP 326 now online
- Next message: [Python-Dev] PEP 324: popen5 - New POSIX process module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 07:41 AM 1/7/04 -0800, Robert Brewer wrote:
and Guido van Rossum replied: > Not to me. Random reuses like this would make Python into a > mysterious language.
More mysterious than these comparisons? ;) >>> 'a' > 3 True >>> '3' > 4 True
Code that relies on those comparisons is broken, per the reference manual.
- Previous message: [Python-Dev] Re: PEP 326 now online
- Next message: [Python-Dev] PEP 324: popen5 - New POSIX process module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]