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 ezio.melotti, gvanrossum, markon, nickd, nnorwitz, pitrou, r.david.murray, rhettinger, twb
Date 2009-09-28.22:32:55
SpamBayes Score 5.4710448e-08
Marked as misclassified No
Message-id <1254177177.07.0.359502040103.issue7008@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2009-09-28 22:32:57ezio.melottisetrecipients: + ezio.melotti, gvanrossum, nnorwitz, rhettinger, pitrou, r.david.murray, markon, twb, nickd
2009-09-28 22:32:57ezio.melottisetmessageid: <1254177177.07.0.359502040103.issue7008@psf.upfronthosting.co.za>
2009-09-28 22:32:55ezio.melottilinkissue7008 messages
2009-09-28 22:32:55ezio.melotticreate