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 pitrou
Recipients nascheme, ncoghlan, pitrou
Date 2009-02-14.13:23:07
SpamBayes Score 2.4759815e-05
Marked as misclassified No
Message-id <1234617790.32.0.401042239731.issue5178@psf.upfronthosting.co.za>
In-reply-to
Content
If you look at the code for os.path.isdir, it uses other globals such as
os.stat, so you might want to reinject them in your class as well...
History
Date User Action Args
2009-02-14 13:23:10pitrousetrecipients: + pitrou, nascheme, ncoghlan
2009-02-14 13:23:10pitrousetmessageid: <1234617790.32.0.401042239731.issue5178@psf.upfronthosting.co.za>
2009-02-14 13:23:08pitroulinkissue5178 messages
2009-02-14 13:23:08pitroucreate