Changes between Initial Version and Version 1 of Ticket #1280, comment 14
- Timestamp:
- 2013-07-14T16:20:33Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1280, comment 14
initial v1 17 17 except Exception: 18 18 pass 19 finally:20 f.close()19 finally: 20 f.close() 21 21 }}}