]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased...
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 15 Aug 2011 06:09:57 +0000 (09:09 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 15 Aug 2011 06:09:57 +0000 (09:09 +0300)
commitee8d998ecfd7d7fec71610adef1127d6d95ca843
treefccf446fb7b8ea7aa044e321c367ccd85fa9d94d
parent388c945e9735864bb75f10ecfa22528c91b6a56c
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
Lib/test/string_tests.py
Misc/NEWS
Objects/unicodeobject.c