[Python-Dev] string inconsistency
Neal Norwitz
nnorwitz at gmail.com
Thu Jun 1 08:20:40 CEST 2006
More information about the Python-Dev mailing list
Thu Jun 1 08:20:40 CEST 2006
- Previous message: [Python-Dev] test_struct failure on 64 bit platforms
- Next message: [Python-Dev] string inconsistency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is still in Lib/test/string_tests.py:
#EQ("A", "", "replace", "", "A")
# That was the correct result; this is the result we actually get
# now (for str, but not for unicode):
#EQ("", "", "replace", "", "A")
Is this going to be fixed?
n
- Previous message: [Python-Dev] test_struct failure on 64 bit platforms
- Next message: [Python-Dev] string inconsistency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list