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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to