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 vstinner
Recipients brian.curtin, eric.smith, georg.brandl, jaraco, loewis, nadeem.vawda, ocean-city, santoso.wijaya, tim.golden, vstinner
Date 2011-06-07.11:07:22
SpamBayes Score 0.000326162
Marked as misclassified No
Message-id <1307444843.44.0.830746910104.issue12084@psf.upfronthosting.co.za>
In-reply-to
Content
Win32SymlinkTests.test_rmdir_on_directory_link_to_missing_target() pass on my Windows 7 64 bits VM (with and without the patch), but is skipped:

    @unittest.skip("currently fails; consider for improvement")
    def test_rmdir_on_directory_link_to_missing_target(self):
        self._create_missing_dir_link()
        # consider allowing rmdir to remove directory links
        os.rmdir(self.missing_link)

On which OS does it fail? The skip may be changed to only skipped some Windows versions?
History
Date User Action Args
2011-06-07 11:07:23vstinnersetrecipients: + vstinner, loewis, georg.brandl, jaraco, ocean-city, eric.smith, tim.golden, nadeem.vawda, brian.curtin, santoso.wijaya
2011-06-07 11:07:23vstinnersetmessageid: <1307444843.44.0.830746910104.issue12084@psf.upfronthosting.co.za>
2011-06-07 11:07:22vstinnerlinkissue12084 messages
2011-06-07 11:07:22vstinnercreate