commit | 2a574aed7e1ab12ef6f8b595625638c17d5912fa | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Apr 26 01:01:58 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Apr 26 01:01:58 2009 +0000 |
tree | 2bd6e7b5c738ca17b0c3d49c6ff40c99e8ecb420 | |
parent | 47c975385d2c05d6394d63adbbf8691b0eb5e425 [diff] |
Merged revisions 71947 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71947 | martin.v.loewis | 2009-04-26 02:53:18 +0200 (So, 26 Apr 2009) | 3 lines Issue #4971: Fix titlecase for characters that are their own titlecase, but not their own uppercase. ........