id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,branch,branch_author,launchpad_bug
5785,Replace usage of file with open in twisted.python.versions,thijs,thijs,"`twisted.python.versions` contains 2 `file` calls that are deprecated in Python 3, and should be replaced with `open` instead.

{{{
twisted/python/versions.py:212:                format = file(formatFile).read().strip()
twisted/python/versions.py:223:            entries = file(entriesFile)
}}}

Attached patch replaces these calls and also brings code coverage from 92 to 98%.",task,closed,normal,Python 3.3 Minimal,core,fixed,,thijs,branches/versions-file-5785,itamarst,
