Message96015
Jason, as I see you implemented os.samefile (actually ntpath.samefile)
but os.sameopenfile is still not implemented.
Looks like it's easy to do: while GetFinalPathNameByHandle already
accept file handle you can use CRT function _get_osfhandle(fd) to
convert file descriptors (arguments for sameopenfile) to file handles
and pass it to GetFinalPathNameByHandle.
For me samefile and sameopenfile has very close semantic and I like to
see both if it's possible.
Thanks. |
|
Date |
User |
Action |
Args |
2009-12-06 01:34:47 | asvetlov | set | recipients:
+ asvetlov, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, jaraco, eric.smith, giampaolo.rodola, swarren, r.david.murray |
2009-12-06 01:34:47 | asvetlov | set | messageid: <1260063287.1.0.681291338858.issue1578269@psf.upfronthosting.co.za> |
2009-12-06 01:34:45 | asvetlov | link | issue1578269 messages |
2009-12-06 01:34:45 | asvetlov | create | |
|