Commit 15ca0b9
committed
Use values of READ and WRITE from the gzip module
These changed from integers to mode strings in Python 3.13, and we need
to remain consistent with the standard library.
Fixes #44.
Reference:
https://docs.python.org/3.13/library/gzip.html#gzip.GzipFile.mode1 parent 8373d7d commit 15ca0b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments