[Python-Dev] string inconsistency

2006年5月31日 23:20:45 -0700

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
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to