Brian Curtin added the comment:

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.

----------
keywords: +needs review, patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file28423/issue11939.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to