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 chris.jerdonek
Recipients chris.jerdonek, vinay.sajip
Date 2013-02-27.22:18:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362003500.69.0.505762815436.issue17313@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for investigating.

Yes, currently regrtest.py deletes the containing directory.  But this doesn't happen when running with plain unittest.  If each test cleans up after itself, this will give us more flexibility in moving from regrtest to a unittest-based approach (there is an issue about this).  Currently, test_logging seems to be one of only a few test modules that don't do this.

It's probably okay to make the fix only in 3.4 since we won't be making progress on moving away from regrtest in maintenance releases.
History
Date User Action Args
2013-02-27 22:18:20chris.jerdoneksetrecipients: + chris.jerdonek, vinay.sajip
2013-02-27 22:18:20chris.jerdoneksetmessageid: <1362003500.69.0.505762815436.issue17313@psf.upfronthosting.co.za>
2013-02-27 22:18:20chris.jerdoneklinkissue17313 messages
2013-02-27 22:18:20chris.jerdonekcreate