Message382823
I have a file with a Cirilyc name - "Файл на български", which when I load with path.Path and call name on it behaves differently
```
(Pdb) pathlib.Path("/tmp/pytest-of-root/pytest-15/test_bulgarian_name0/data/encoding/Файл на български.ldr").name
'Файл на български.ldr'
(Pdb) pathlib.Path("/tmp/pytest-of-root/pytest-15/test_bulgarian_name0/data/encoding/Файл на български.ldr").name[2]
'и'
(Pdb) pathlib.Path("/tmp/pytest-of-root/pytest-15/test_bulgarian_name0/data/encoding/Файл на български.ldr").name == "Файл на български"
False
``` |
|
Date |
User |
Action |
Args |
2020-12-10 11:32:57 | hidr0.frbg | set | recipients:
+ hidr0.frbg, vstinner, ezio.melotti |
2020-12-10 11:32:57 | hidr0.frbg | set | messageid: <1607599977.07.0.665981519829.issue42614@roundup.psfhosted.org> |
2020-12-10 11:32:57 | hidr0.frbg | link | issue42614 messages |
2020-12-10 11:32:56 | hidr0.frbg | create | |
|