[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/test test_string.py, 1.25, 1.26

Walter Dörwald walter at livinglogic.de
Tue Aug 24 11:38:12 CEST 2004


rhettinger at users.sourceforge.net wrote:

> Update of /cvsroot/python/python/dist/src/Lib/test
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20193/Lib/test
> 
> Modified Files:
> 	test_string.py 
> Log Message:
> SF Patch #1007087:  Return new string for single subclass joins (Bug #1001011)
> (Patch contributed by Nick Coghlan.)
> 
> Now joining string subtypes will always return a string.
> Formerly, if there were only one item, it was returned unchanged.

test_string.py is supposed to test the string module. This new test
should be moved to test_str.py (or even better to string_test.py,
so that it can be reused for doing the same test with unicode objects).

Bye,
    Walter Dörwald




More information about the Python-Dev mailing list