Commit 7cfd9a0
cclauss
file() was removed from Py3, use ‘with open()’
file() no longer exists in Python 3.
The current version does not explicitly close file handles but this version fixes that.1 parent 6b1d898 commit 7cfd9a0
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments