Changes between Initial Version and Version 1 of Ticket #30303, comment 2
- Timestamp:
- Apr 1, 2019, 3:24:35 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30303, comment 2
initial v1 10 10 Here the question is why is the `ascii` encoding being used? From [https://docs.python.org/3.7/library/functions.html#open the `open()` docs]: 11 11 12 > 12 > The default encoding is platform dependent (whatever `locale.getpreferredencoding()` returns)... 13 13 14 14 This looks like an environment issue.