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 jaraco
Recipients giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, swarren
Date 2009-06-06.21:10:49
SpamBayes Score 3.5304924e-06
Marked as misclassified No
Message-id <1244322654.21.0.543959131215.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
In the interest of expediency, I've implemented I.(a): specifically,
I've put a wrapper around DeleteFileW to check if the target is a
directory-symlink, and if it is, call RemoveDirectory instead.  I've
updated the test case to reflect this behavior.  Patch draft 6 includes
these changes.

Is there anything else that needs to be addressed before this can be merged?
History
Date User Action Args
2009-06-06 21:10:54jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, giampaolo.rodola, swarren
2009-06-06 21:10:54jaracosetmessageid: <1244322654.21.0.543959131215.issue1578269@psf.upfronthosting.co.za>
2009-06-06 21:10:53jaracolinkissue1578269 messages
2009-06-06 21:10:52jaracocreate