This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson
Date 2008-03-18.00:13:50
SpamBayes Score 0.21898691
Marked as misclassified No
Message-id <1205799233.33.0.666545260865.issue2374@psf.upfronthosting.co.za>
In-reply-to
Content
This patch causes the use of builtin file to give a Py3k warning.

When Python starts up, distutils.text_file gives a warning because it
uses a variable named file. I imagine there are places like this all
over in the stdlib, which should be renamed fp or something similar.
History
Date User Action Args
2008-03-18 00:13:53benjamin.petersonsetspambayes_score: 0.218987 -> 0.21898691
recipients: + benjamin.peterson
2008-03-18 00:13:53benjamin.petersonsetspambayes_score: 0.218987 -> 0.218987
messageid: <1205799233.33.0.666545260865.issue2374@psf.upfronthosting.co.za>
2008-03-18 00:13:52benjamin.petersonlinkissue2374 messages
2008-03-18 00:13:52benjamin.petersoncreate