]> granicus.if.org Git - python/commit
Fixed .capitalize() method of Unicode objects to work like the
authorMarc-André Lemburg <mal@egenix.com>
Mon, 29 Jan 2001 11:14:16 +0000 (11:14 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 29 Jan 2001 11:14:16 +0000 (11:14 +0000)
commitfde66e1bcc4431a59f36bad0ca0dd7a848ce794b
tree6f8050abb89c2c8ad8cec8c24b06b31ee037221d
parent30be8708c544f1b6a0ebacf856915830c6b36d39
Fixed .capitalize() method of Unicode objects to work like the
corresponding string method. Added tests for this too.

Patch written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
Lib/test/string_tests.py
Lib/test/test_unicode.py
Objects/unicodeobject.c