This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, brian.curtin, flox, jafo, jaraco, jdigital, loewis, ncoghlan, pitrou, r.david.murray, techtonik, tim.golden
Date 2011-04-02.09:57:49
SpamBayes Score 0.00042158764
Marked as misclassified No
Message-id <1301738270.51.0.0243953266155.issue7443@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-02 09:57:50asvetlovsetrecipients: + asvetlov, loewis, jafo, jaraco, ncoghlan, pitrou, techtonik, tim.golden, r.david.murray, brian.curtin, flox, jdigital
2011-04-02 09:57:50asvetlovsetmessageid: <1301738270.51.0.0243953266155.issue7443@psf.upfronthosting.co.za>
2011-04-02 09:57:49asvetlovlinkissue7443 messages
2011-04-02 09:57:49asvetlovcreate