[issue7443] test.support.unlink issue on Windows platform

Andrew Svetlov report at bugs.python.org
Sat Apr 2 11:57:50 CEST 2011


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

FYI: implementation of unlink already has multiple calls for unicode version to process symlinks. Ansi version is the simple DeleteFileA call.
Now we have different behavior for unicode and ansi variants as I can see.

Now I'm working on unlink implementations partially borrowed from cygwin as Martin suggested. I still not have a final patch covering all known cases. Perhaps I can introduce it next week.

----------

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


More information about the Python-bugs-list mailing list