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, ggenellina, lemburg
Date 2009-09-29.10:40:28
SpamBayes Score 1.336395e-08
Marked as misclassified No
Message-id <1254220830.62.0.0821993509027.issue6412@psf.upfronthosting.co.za>
In-reply-to
Content
New patch
  - updated comments to reflect needed integration of
DerivedCoreProperties.txt
  - cleaned up if(...) construct
  - updated (from issue7008) and integrated testcase

When applying this patch, run Tools/unicode/makeunicodedata.py to
regenerate the header files.

Note though, that with this patch str and unicode objects will not
behave equally:
>>> s = "This isn't right"
>>> s.title() == unicode(s).title()
False
History
Date User Action Args
2009-09-29 10:40:30christophsetrecipients: + christoph, lemburg, ggenellina, ezio.melotti
2009-09-29 10:40:30christophsetmessageid: <1254220830.62.0.0821993509027.issue6412@psf.upfronthosting.co.za>
2009-09-29 10:40:29christophlinkissue6412 messages
2009-09-29 10:40:29christophcreate