Message111377
| 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:16 | brian.curtin | set | recipients: + brian.curtin, loewis, jaraco, eric.smith, akrpic77, asvetlov |
| 2010-07-23 19:50:15 | brian.curtin | set | messageid: <1279914615.64.0.555823846749.issue7566@psf.upfronthosting.co.za> |
| 2010-07-23 19:50:13 | brian.curtin | link | issue7566 messages |
| 2010-07-23 19:50:13 | brian.curtin | create | |