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 vajrasky
Recipients pitrou, serhiy.storchaka, vajrasky
Date 2013-12-05.16:39:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386261542.81.0.192306909444.issue19887@psf.upfronthosting.co.za>
In-reply-to
Content
It works. Just a coding nitpick, instead of hardcoding os.symlink(src, dst, target_is_directory=True) in the test, you can use helper function in the test itself, self.dirlink.
History
Date User Action Args
2013-12-05 16:39:02vajraskysetrecipients: + vajrasky, pitrou, serhiy.storchaka
2013-12-05 16:39:02vajraskysetmessageid: <1386261542.81.0.192306909444.issue19887@psf.upfronthosting.co.za>
2013-12-05 16:39:02vajraskylinkissue19887 messages
2013-12-05 16:39:02vajraskycreate