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 emiryegnidemir7
Recipients emiryegnidemir7, steven.daprano
Date 2021-01-29.12:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAB-L771N5JUc7WqgBM-B_UzPctuOBeiDBvYcG646TYO+jJQcMw@mail.gmail.com>
In-reply-to <1611570175.95.0.637862597213.issue43020@roundup.psfhosted.org>
Content
Thanks for the answer. I will keep that in mind when posting another
"issue" instead of naming them as "bug".

Steven D'Aprano <report@bugs.python.org>, 25 Oca 2021 Pzt, 13:22 tarihinde
şunu yazdı:

>
> Steven D'Aprano <steve+python@pearwood.info> added the comment:
>
> This is not a bug, but an issue with the way the Unicode standard defines
> the lowercase of dotted I.
>
> See #34723
>
> Fortunately, Unicode will (hopefully!) fix this in revision 14.0, which is
> scheduled to be included in Python 3.10.
>
> Until then, perhaps the simplest way to solve this is that if you are
> processing Turkish text, change your call to .lower() to .replace('İ',
> 'I').lower()
>
> ----------
> nosy: +steven.daprano
> resolution:  -> not a bug
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue43020>
> _______________________________________
>
History
Date User Action Args
2021-01-29 12:08:34emiryegnidemir7setrecipients: + emiryegnidemir7, steven.daprano
2021-01-29 12:08:34emiryegnidemir7linkissue43020 messages
2021-01-29 12:08:33emiryegnidemir7create