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 ezio.melotti
Recipients belopolsky, docs@python, eric.araujo, ezio.melotti, lemburg, py.user, python-dev, rhettinger
Date 2011-08-15.12:50:10
SpamBayes Score 0.000123453
Marked as misclassified No
Message-id <1313412611.24.0.872094945914.issue12204@psf.upfronthosting.co.za>
In-reply-to
Content
It's unlikely that #12266 might break apps.  The behavior changed only for fairly unusual characters, and the old behavior was clearly wrong.
FWIW the str.capitalize() implementation of PyPy doesn't have the bug, and after the fix both CPython and PyPy have the same behavior.
History
Date User Action Args
2011-08-15 12:50:11ezio.melottisetrecipients: + ezio.melotti, lemburg, rhettinger, belopolsky, eric.araujo, docs@python, py.user, python-dev
2011-08-15 12:50:11ezio.melottisetmessageid: <1313412611.24.0.872094945914.issue12204@psf.upfronthosting.co.za>
2011-08-15 12:50:10ezio.melottilinkissue12204 messages
2011-08-15 12:50:10ezio.melotticreate