This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients belopolsky, eric.araujo, ezio.melotti, lemburg, py.user, python-dev, r.david.murray
Date 2011-08-15.06:22:45
SpamBayes Score 4.6350044e-05
Marked as misclassified No
Message-id <E1QsqZQ-00072B-PL@dinsdale.python.org>
In-reply-to
Content
New changeset c34772013c53 by Ezio Melotti in branch '3.2':
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
http://hg.python.org/cpython/rev/c34772013c53

New changeset eab17979a586 by Ezio Melotti in branch '2.7':
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
http://hg.python.org/cpython/rev/eab17979a586
History
Date User Action Args
2011-08-15 06:22:46python-devsetrecipients: + python-dev, lemburg, belopolsky, ezio.melotti, eric.araujo, r.david.murray, py.user
2011-08-15 06:22:45python-devlinkissue12266 messages
2011-08-15 06:22:45python-devcreate