Commit ea46d69
committed
workaround for gzip.open() failure in Windows Python 2.7
- fix #99
- implement workaround from https://bugs.python.org/issue30012 : for Python 3, use mode="rt",
for Python 2, just use default ("r")1 parent c8794b2 commit ea46d69
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
177 | 188 | | |
178 | 189 | | |
179 | 190 | | |
| |||
707 | 718 | | |
708 | 719 | | |
709 | 720 | | |
710 | | - | |
| 721 | + | |
711 | 722 | | |
712 | 723 | | |
713 | 724 | | |
| |||
0 commit comments