id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 11787,"Replace uses of ""file"" with ""open""",Ryan J Ollos,Ryan J Ollos,"Python 3 does not have a built-in `file()` function, and even Python 2 recommends using `open()` rather than `file()`. It should be simple to replace uses of `file()` with `open()`.",enhancement,closed,normal,1.0.3,general,,normal,fixed,,,,Replaced uses of `file()` with `open()`. The latter is the recommended function in Python 2 and is also compatible with Python 3.,,