Files
Phoenix/docs/sphinx
Per A. Brodtkorb 426258b7b7 Adding missing close for open and replaced "fid=open(filename) fid.close()"
statements with the safer "with open(filename) as fid:" blocks.

Also removed unnecessary "try: ... finally: pass" statements
and refactored code from img2py function into _write_image and _replace_non_alphanumeric_with_underscore

Fixes #1574
2020-03-25 10:36:38 +01:00
..
2019-12-17 19:06:38 -08:00
2018-01-16 09:37:04 -06:00
2012-04-03 18:41:48 +00:00
2012-01-02 21:58:53 +00:00