[issue11939] Implement stat.st_dev and os.path.samefile on windows

Serhiy Storchaka report at bugs.python.org
Wed Dec 26 15:16:38 CET 2012


Serhiy Storchaka added the comment:

Try on Windows:

>>> import os
>>> from os.path import *
>>> samestat(os.stat('.'), os.stat('.'))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'samestat' is not defined

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11939>
_______________________________________


More information about the Python-bugs-list mailing list