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 madison.may
Recipients jveldridge, madison.may
Date 2013-07-07.00:21:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373156486.21.0.568839152053.issue18389@psf.upfronthosting.co.za>
In-reply-to
Content
That could definitely be beneficial.  I've attached a second patch with that suggestion in mind.  However, note that test_unittest is failing after adding the isfile(start) check. I think its related to the large amount of mocking that's happening in test_unittest: os.path.isfile has been reassigned in each test case that fails.  I haven't managed to wrap my head around it yet, but feel free to test it out for yourself.
History
Date User Action Args
2013-07-07 00:21:26madison.maysetrecipients: + madison.may, jveldridge
2013-07-07 00:21:26madison.maysetmessageid: <1373156486.21.0.568839152053.issue18389@psf.upfronthosting.co.za>
2013-07-07 00:21:26madison.maylinkissue18389 messages
2013-07-07 00:21:25madison.maycreate