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 ocean-city
Recipients brian.curtin, eric.smith, georg.brandl, jaraco, loewis, nadeem.vawda, ocean-city, python-dev, santoso.wijaya, tim.golden, vstinner
Date 2011-06-14.08:27:28
SpamBayes Score 2.9667295e-09
Marked as misclassified No
Message-id <1308040049.89.0.51731187043.issue12084@psf.upfronthosting.co.za>
In-reply-to
Content
I tried issue12084_XP.diff, but os.stat()/os.lstat() always failed with following message because it raises exception on top of it when running on XP.

Python 3.2.1rc1+ (default, Jun 14 2011, 16:26:11) [MSC v.1200 32 bit (Intel)] on
 win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
[53981 refs]
>>> os.stat("src")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
WindowsError: [Error 127] 指定されたプロシージャが見つかりません。: 'src'
[54014 refs]
History
Date User Action Args
2011-06-14 08:27:30ocean-citysetrecipients: + ocean-city, loewis, georg.brandl, jaraco, vstinner, eric.smith, tim.golden, nadeem.vawda, brian.curtin, santoso.wijaya, python-dev
2011-06-14 08:27:29ocean-citysetmessageid: <1308040049.89.0.51731187043.issue12084@psf.upfronthosting.co.za>
2011-06-14 08:27:29ocean-citylinkissue12084 messages
2011-06-14 08:27:28ocean-citycreate