Steven D'Aprano <[email protected]> added the comment: You are comparing the name with the file extension against the name without the file extension:
>>> "Файл на български.ldr" == "Файл на български" False ---------- nosy: +steven.daprano _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42614> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
