[issue2374] Use of builtin file should give Py3k warning

Guido van Rossum report at bugs.python.org
Tue Mar 18 01:34:57 CET 2008


Guido van Rossum <guido at python.org> added the comment:

I'll review this.  My hunch is that we don't need this -- 2to3 takes
care of this so there is no reason to tell people to change their code
by hand. 

(You may notice a pattern -- things that 2to3 can fix easily generally
don't deserve -3 warnings or backports, *unless* the backported feature
adds significant functionality that's not easily available otherwise in
2.x.)

----------
assignee:  -> gvanrossum
nosy: +gvanrossum
priority:  -> normal

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2374>
__________________________________


More information about the Python-bugs-list mailing list