Commit 2ce369a
committed
Enable Python 3.10's
This warns on the default encoding being used in ``open`` or ``io.open``,
which can lead to cross-platform bugs (for example on Windows where the
default codepage is cp1252), or with the upcoming change to the default Python
encoding (PEP 686, Make UTF-8 mode default https://peps.python.org/pep-0686/)EncodingWarning
1 parent 59b8ec3 commit 2ce369a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments