Files
python3-cookbook/exts
cclauss 7cfd9a08d6 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.
2017-09-27 06:34:54 +02:00
..
2015-05-07 15:50:24 +08:00
2017-09-19 20:45:29 +08:00