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 steven.daprano
Recipients ezio.melotti, hidr0.frbg, ronaldoussoren, steven.daprano, vstinner
Date 2020-12-10.12:07:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607602034.84.0.0484288432163.issue42614@roundup.psfhosted.org>
In-reply-to
Content
You are comparing the name with the file extension against the name without the file extension:

>>> "Файл на български.ldr" == "Файл на български"
False
History
Date User Action Args
2020-12-10 12:07:14steven.dapranosetrecipients: + steven.daprano, ronaldoussoren, vstinner, ezio.melotti, hidr0.frbg
2020-12-10 12:07:14steven.dapranosetmessageid: <1607602034.84.0.0484288432163.issue42614@roundup.psfhosted.org>
2020-12-10 12:07:14steven.dapranolinkissue42614 messages
2020-12-10 12:07:14steven.dapranocreate