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, gvanrossum
Date 2008-03-18.01:07:39
SpamBayes Score 0.47913244
Marked as misclassified No
Message-id <1205802460.22.0.0550157105847.issue2374@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, breaking isinstance(x, file) would be bad and 2to3 can do this
automatically. I should probably learn how to write fixers. BTW, the
warning culprit was actually site.py which used file.
History
Date User Action Args
2008-03-18 01:07:40benjamin.petersonsetspambayes_score: 0.479132 -> 0.47913244
recipients: + benjamin.peterson, gvanrossum
2008-03-18 01:07:40benjamin.petersonsetspambayes_score: 0.479132 -> 0.479132
messageid: <1205802460.22.0.0550157105847.issue2374@psf.upfronthosting.co.za>
2008-03-18 01:07:39benjamin.petersonlinkissue2374 messages
2008-03-18 01:07:39benjamin.petersoncreate