Message389090
> In UTF-8 mode, it's fine to `open(filename)` uses UTF-8. But I want to use "locale encoding" for `open(filename, encoding="locale")` because "locale" encoding is specified.
Is it about the current implementation of the PEP 597, or are you thinking at the future Python which would use UTF-8 by default?
Currently, getpreferredencoding(False) respects the behavior that you described, no? |
|
| Date |
User |
Action |
Args |
| 2021-03-19 14:01:13 | vstinner | set | recipients:
+ vstinner, lemburg, methane, eryksun |
| 2021-03-19 14:01:13 | vstinner | set | messageid: <[email protected]> |
| 2021-03-19 14:01:13 | vstinner | link | issue43552 messages |
| 2021-03-19 14:01:13 | vstinner | create | |
|