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 pitrou
Recipients ezio.melotti, markon, nickd, pitrou, r.david.murray, rhettinger, twb
Date 2009-09-28.21:41:01
SpamBayes Score 4.6468162e-07
Marked as misclassified No
Message-id <1254174062.81.0.0444365825467.issue7008@psf.upfronthosting.co.za>
In-reply-to
Content
We shouldn't change the current default behaviour, people are probably
relying on it.

Besides, doing the right thing is both (natural) language-dependent and
context-dependent. It would be (very) hard to come with an
implementation catering to all needs. Perhaps a dedicated typography
module, but str.title() is certainly not the answer.

However, adding an optional argument to str.title() so as to change the
list of recognized separators could be an useful addition for those
people who aren't too perfectionist about the result.
History
Date User Action Args
2009-09-28 21:41:02pitrousetrecipients: + pitrou, rhettinger, ezio.melotti, r.david.murray, markon, twb, nickd
2009-09-28 21:41:02pitrousetmessageid: <1254174062.81.0.0444365825467.issue7008@psf.upfronthosting.co.za>
2009-09-28 21:41:01pitroulinkissue7008 messages
2009-09-28 21:41:01pitroucreate