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 python-dev
Recipients brian.curtin, eli.bendersky, giampaolo.rodola, loewis, python-dev, stutzbach, tim.golden
Date 2011-06-09.00:00:27
SpamBayes Score 7.6382836e-05
Marked as misclassified No
Message-id <E1QUSfj-0005Og-0v@dinsdale.python.org>
In-reply-to
Content
New changeset 88e318166eaf by Brian Curtin in branch '3.2':
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
http://hg.python.org/cpython/rev/88e318166eaf

New changeset 567f30527913 by Brian Curtin in branch 'default':
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
http://hg.python.org/cpython/rev/567f30527913
History
Date User Action Args
2011-06-09 00:00:28python-devsetrecipients: + python-dev, loewis, giampaolo.rodola, tim.golden, stutzbach, eli.bendersky, brian.curtin
2011-06-09 00:00:27python-devlinkissue11583 messages
2011-06-09 00:00:27python-devcreate