[issue29248] os.readlink fails on Windows

Berker Peksag report at bugs.python.org
Sun Jan 29 21:20:31 EST 2017


Berker Peksag added the comment:

Thanks for the patch. I think it would be better to use the existing framework in Win32SymlinkTests to create a test file instead of using a hardcoded path like 'C:\Users\All Users' (e.g. use Win32SymlinkTests.filelink and Win32SymlinkTests.filelink_target to create a link)

----------
nosy: +berker.peksag
stage: needs patch -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29248>
_______________________________________


More information about the Python-bugs-list mailing list