[issue3809] test_logging leaving a 'test.blah' file behind

2008-09-09 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Tue, Sep 9, 2008 at 3:00 PM, Vinay Sajip <[EMAIL PROTECTED]> wrote: > > Vinay Sajip <[EMAIL PROTECTED]> added the comment: > > Sorry, no - whoops. It was a minor test data change which introduced the > problem...I didn't think it was worth wa

[issue3809] test_logging leaving a 'test.blah' file behind

2008-09-09 Thread Vinay Sajip
Vinay Sajip <[EMAIL PROTECTED]> added the comment: Sorry, no - whoops. It was a minor test data change which introduced the problem...I didn't think it was worth wasting anyone's time (I ran regrtest, which passed, before checkin) but if you tell me that *all* changes need to be reviewed, I'll ma

[issue3809] test_logging leaving a 'test.blah' file behind

2008-09-09 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Tue, Sep 9, 2008 at 6:43 AM, Vinay Sajip <[EMAIL PROTECTED]> wrote: > > Vinay Sajip <[EMAIL PROTECTED]> added the comment: > > Fix checked into trunk - revision 66337. > Did anyone do a code review for this?

[issue3809] test_logging leaving a 'test.blah' file behind

2008-09-09 Thread Vinay Sajip
Vinay Sajip <[EMAIL PROTECTED]> added the comment: Fix checked into trunk - revision 66337. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue3809] test_logging leaving a 'test.blah' file behind

2008-09-09 Thread Barry A. Warsaw
Changes by Barry A. Warsaw <[EMAIL PROTECTED]>: -- priority: deferred blocker -> release blocker ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3809] test_logging leaving a 'test.blah' file behind

2008-09-08 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: test_logging is leaving behind a file named 'test.blah' after every run. -- assignee: vsajip components: Tests messages: 72818 nosy: brett.cannon, vsajip priority: deferred blocker severity: normal status: open title: test_logging lea