id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
5808	replace usage of file with FilePath in twisted.cred.checkers	thijs		"The usage of `file` should be replaced with `FilePath` in `twisted.cred.checkers` and it's tests for Python 3 compatibility.

{{{
twisted/cred/checkers.py:196:            f = file(self.filename)
twisted/test/test_newcred.py:184:        f = file(dbfile, 'w')
twisted/test/test_newcred.py:196:        f = file(dbfile, 'w')
twisted/test/test_newcred.py:207:        f = file(dbfile, 'w')
twisted/test/test_newcred.py:220:        f = file(dbfile, 'w')
twisted/test/test_newcred.py:246:        f = file(dbfile, 'w')
twisted/test/test_newcred.py:408:            fObj = file(fn, 'w')
twisted/test/test_newcred.py:415:            fObj = file(fn, 'w')
twisted/test/test_newcred.py:422:            fObj = file(fn, 'w')
}}}"	enhancement	closed	low	Python-3.x	core	wontfix		thijs bitsink@…	branches/checkers-filepath-5808	thijs	
