Message138303
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] |
|
Date |
User |
Action |
Args |
2011-06-14 08:27:30 | ocean-city | set | recipients:
+ ocean-city, loewis, georg.brandl, jaraco, vstinner, eric.smith, tim.golden, nadeem.vawda, brian.curtin, santoso.wijaya, python-dev |
2011-06-14 08:27:29 | ocean-city | set | messageid: <1308040049.89.0.51731187043.issue12084@psf.upfronthosting.co.za> |
2011-06-14 08:27:29 | ocean-city | link | issue12084 messages |
2011-06-14 08:27:28 | ocean-city | create | |
|