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 brian.curtin
Recipients amaury.forgeotdarc, brian.curtin
Date 2012-12-24.19:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356377055.19.0.778745521044.issue11939@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that fills st_dev, and while we're at it st_rdev (which is the same value).

I've moved the implementation of samefile/sameopenfile/samestat from Lib/posixpath.py over to Lib/genericpath.py and then removed the implementation from Lib/ntpath.py, so those functions are now common. The same goes for tests - I've rearranged tests towards test_genericpath. I also removed _getfileinformation from Modules/posixmodule.c because it's no longer being used.
History
Date User Action Args
2012-12-24 19:24:15brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc
2012-12-24 19:24:15brian.curtinsetmessageid: <1356377055.19.0.778745521044.issue11939@psf.upfronthosting.co.za>
2012-12-24 19:24:15brian.curtinlinkissue11939 messages
2012-12-24 19:24:15brian.curtincreate