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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2011-04-27.16:59:42
SpamBayes Score 0.099898756
Marked as misclassified No
Message-id <1303923583.07.0.177662562381.issue11939@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-27 16:59:43amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2011-04-27 16:59:43amaury.forgeotdarcsetmessageid: <1303923583.07.0.177662562381.issue11939@psf.upfronthosting.co.za>
2011-04-27 16:59:42amaury.forgeotdarclinkissue11939 messages
2011-04-27 16:59:42amaury.forgeotdarccreate