summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_str.py
Commit message (Expand)AuthorAgeFilesLines
* Fix PyString_Format() so that '%c' % u'a' returns u'a'Walter Dörwald2003-03-311-0/+4
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-211-0/+23