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 firatozgul
Recipients ezio.melotti, firatozgul, r.david.murray
Date 2013-02-20.12:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361363049.98.0.0650680240897.issue17252@psf.upfronthosting.co.za>
In-reply-to
Content
r.david.murray: '(...) because in 3.3 "\u0130".lower().upper() == "\u0130"'

Do you mean in Python 3.3 "\u0130".lower() returns "\u0130"?

If you are saying so, this is not the case, because in Python 3.3::

    >>> '\u0130'.lower()

    'i\u0307'
History
Date User Action Args
2013-02-20 12:24:10firatozgulsetrecipients: + firatozgul, ezio.melotti, r.david.murray
2013-02-20 12:24:09firatozgulsetmessageid: <1361363049.98.0.0650680240897.issue17252@psf.upfronthosting.co.za>
2013-02-20 12:24:09firatozgullinkissue17252 messages
2013-02-20 12:24:09firatozgulcreate