[issue7008] str.title() misbehaves with apostrophes

Ezio Melotti report at bugs.python.org
Tue Sep 29 00:32:57 CEST 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

> I think Ezio found some other information somewhere.

While I was fixing #7000 I found that the tests for capwords had been
removed in r54854 but since the function was already there I added them
back in r75072.
The commit message of r54854 says "Also remove all calls to functions in
the string module (except maketrans)". I'm adding Neal to the nosy list,
maybe he remembers if maketrans really was the only function that was
supposed to survive.

In #6412 other problems of .title() are discussed, and there are also a
couple of links to Technical Reports of the Unicode Consortium about
casing algorithms and similar issues (I didn't have time to read them
yet though).

----------
nosy: +nnorwitz

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7008>
_______________________________________


More information about the Python-bugs-list mailing list