Files
Phoenix/wx/lib
Per A. Brodtkorb e4e8bf8317 Fixes issue 1571:
Adding missing close for open.
If the "close()" call is missing after a "open(filename)" call, the filename isn't guaranteed to be closed before the interpreter exits.
This is generally a bad practice as explained here: https://stackoverflow.com/questions/7395542/is-explicitly-closing-files-important

Also replaced "fid=open(filename) fid.close()" statements for files with the safer
"with open(filename) as fid:" blocks. See https://www.python.org/dev/peps/pep-0343/
2020-03-23 17:16:44 +01:00
..
2020-03-23 17:16:44 +01:00
2016-10-12 22:30:53 -05:00
2018-08-13 22:03:29 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2020-03-23 17:16:44 +01:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-06-09 21:46:05 -07:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2019-05-25 18:53:04 +02:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-10-12 22:21:38 -05:00
2019-08-26 20:51:16 -07:00
2020-03-10 11:41:39 -07:00
2018-09-02 06:35:39 -04:00
2016-10-12 22:21:38 -05:00
2016-10-12 22:21:38 -05:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-13 10:42:08 -07:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-10-12 22:21:38 -05:00
2020-03-10 11:41:39 -07:00
2017-02-26 14:15:49 +11:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-10-12 22:21:38 -05:00
2020-03-20 18:51:19 +01:00
2020-02-18 15:12:01 -08:00
2016-10-12 22:21:38 -05:00
2016-10-12 22:21:38 -05:00
2020-03-10 11:41:39 -07:00
2017-11-01 16:04:36 -07:00
2018-01-16 09:37:04 -06:00
2020-03-10 11:41:39 -07:00
2020-03-20 18:51:19 +01:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2017-02-26 14:15:49 +11:00
2017-02-26 14:15:49 +11:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2017-02-26 14:15:49 +11:00
2017-11-17 22:00:38 -08:00
2020-03-23 17:16:44 +01:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2016-10-12 22:21:38 -05:00
2016-10-12 22:21:38 -05:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00
2020-03-10 11:41:39 -07:00