Commit 3fe8d96
committed
Enable PYTHONWARNDEFAULTENCODING to catch an encoding mistake.
(These files are all ASCII AFAIR, so probably it didn't matter much,
this line came more or less from jsonschema where I don't think anyone
reported a concrete issue, but nevertheless, it's wrong.)
Closes: python-jsonschema/jsonschema#11071 parent a080274 commit 3fe8d96
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments