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 akrpic77, asvetlov, brian.curtin, eric.smith, jaraco, loewis
Date 2010-07-23.19:50:11
SpamBayes Score 0.08041636
Marked as misclassified No
Message-id <1279914615.64.0.555823846749.issue7566@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch implementing ntpath.sameopenfile with _getfileinformation in Modules/posixmodule.c.

Martin's suggestion is the best way of doing this, which was the basis for _getfileinformation implementation. It returns a tuple of the three relevant fields, and ntpath.sameopenfile compares the results of those tuples for two files and returns the result.
History
Date User Action Args
2010-07-23 19:50:16brian.curtinsetrecipients: + brian.curtin, loewis, jaraco, eric.smith, akrpic77, asvetlov
2010-07-23 19:50:15brian.curtinsetmessageid: <1279914615.64.0.555823846749.issue7566@psf.upfronthosting.co.za>
2010-07-23 19:50:13brian.curtinlinkissue7566 messages
2010-07-23 19:50:13brian.curtincreate