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 twb
Recipients ezio.melotti, markon, nickd, r.david.murray, rhettinger, twb
Date 2009-09-28.20:45:33
SpamBayes Score 3.1255897e-07
Marked as misclassified No
Message-id <1254170735.05.0.327941664605.issue7008@psf.upfronthosting.co.za>
In-reply-to
Content
If "correct handling of apostrophe's and quotation marks, keeping the
string length unchanged, and only changing desired letters from lower to
uppercase with no other side-effects" is the criterion we want, then
what I suggested (toupper() the first character, and any character that
follows a space or punctuation character) should work. (Unless I'm
missing something.) Do we want to tolower() all other characters, like
the interpreter does now?

I can make a test and patch for this if this is what we decide.
History
Date User Action Args
2009-09-28 20:45:35twbsetrecipients: + twb, rhettinger, ezio.melotti, r.david.murray, markon, nickd
2009-09-28 20:45:35twbsetmessageid: <1254170735.05.0.327941664605.issue7008@psf.upfronthosting.co.za>
2009-09-28 20:45:34twblinkissue7008 messages
2009-09-28 20:45:33twbcreate