[New-bugs-announce] [issue11939] Implement stat.st_dev and os.path.samefile on windows

Amaury Forgeot d'Arc report at bugs.python.org
Wed Apr 27 18:59:43 CEST 2011


New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:

Since 9cd1036455e7, os.stat() on Windows fills the st_ino member;
it could fill st_dev just as easily;
then os.path.samefile() could be shared with the posix implementation.

----------
components: Windows
messages: 134595
nosy: amaury.forgeotdarc
priority: normal
severity: normal
status: open
title: Implement stat.st_dev and os.path.samefile on windows
type: feature request

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


More information about the New-bugs-announce mailing list