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 <[email protected]>
In-reply-to <[email protected]>
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