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 sjt
Recipients benjamin.peterson, sjt
Date 2009-02-14.10:33:27
SpamBayes Score 4.103277e-09
Marked as misclassified No
Message-id <87fxihs44g.fsf@xemacs.org>
In-reply-to <1234553355.28.0.272446326375.issue5252@psf.upfronthosting.co.za>
Content
Benjamin Peterson writes:

 > Hmm. 2to3 doesn't currently mess with the stat module and os.stat the
 > more common function. Also the new interface (attributes on the objects
 > returned) has been around since 2.2.

So what?  You *can't* import a nonexistent module, so the import
statement should be removed to save the programmer the trouble.
History
Date User Action Args
2009-02-14 10:33:45sjtsetrecipients: + sjt, benjamin.peterson
2009-02-14 10:33:41sjtlinkissue5252 messages
2009-02-14 10:33:34sjtcreate