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 serhiy.storchaka
Recipients amaury.forgeotdarc, brian.curtin, python-dev, serhiy.storchaka
Date 2012-12-26.14:16:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356531398.94.0.504655948689.issue11939@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-12-26 14:16:38serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, brian.curtin, python-dev
2012-12-26 14:16:38serhiy.storchakasetmessageid: <1356531398.94.0.504655948689.issue11939@psf.upfronthosting.co.za>
2012-12-26 14:16:38serhiy.storchakalinkissue11939 messages
2012-12-26 14:16:38serhiy.storchakacreate