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 christoph
Recipients christoph, ezio.melotti, gvanrossum, lemburg, markon, nickd, nnorwitz, pitrou, r.david.murray, rhettinger, twb
Date 2009-09-29.10:20:45
SpamBayes Score 0.0006569529
Marked as misclassified No
Message-id <1254219647.05.0.244296326279.issue7008@psf.upfronthosting.co.za>
In-reply-to
Content
I admit I don't fully understand the semantics of capwords(). But from
what I believe what it should do, this function could be happily
replaced by the word-breaking algorithm as defined in
http://www.unicode.org/reports/tr29/.

This algorithm should be implemented anyway, to properly solve
issue6412.
History
Date User Action Args
2009-09-29 10:20:47christophsetrecipients: + christoph, lemburg, gvanrossum, nnorwitz, rhettinger, pitrou, ezio.melotti, r.david.murray, markon, twb, nickd
2009-09-29 10:20:47christophsetmessageid: <1254219647.05.0.244296326279.issue7008@psf.upfronthosting.co.za>
2009-09-29 10:20:45christophlinkissue7008 messages
2009-09-29 10:20:45christophcreate