[issue14314] logging smtp handler (and test) timeout issue

2012-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 113b8e3cbba4 by Vinay Sajip in branch '2.7': Closes #14314: backported fix. http://hg.python.org/cpython/rev/113b8e3cbba4 New changeset 54055646fd1f by Vinay Sajip in branch '3.2': Closes #14314: backported fix. http://hg.python.org/cpython/rev/540

[issue14314] logging smtp handler (and test) timeout issue

2012-03-15 Thread Vinay Sajip
Vinay Sajip added the comment: I've added changes to the test code and a timeout to SMTPHandler (docs still to be updated), and I'll let it run on the buildbots for a bit before looking at timeouts for 3.2/2.7. Marking as pending to remind me. -- assignee: -> vinay.sajip resolution:

[issue14314] logging smtp handler (and test) timeout issue

2012-03-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4b3f81720809 by Vinay Sajip in branch 'default': Fixes #14314: Improved SMTP timeout handling. http://hg.python.org/cpython/rev/4b3f81720809 -- nosy: +python-dev ___ Python tracker

[issue14314] logging smtp handler (and test) timeout issue

2012-03-14 Thread R. David Murray
New submission from R. David Murray : I'm working on a patch that updates smtpd, and when I ran the full test suite I got a hang in test_logging. This means there's a bug in my update, but there is also a bug in the logging test. But see below for another issue I noticed while investigating t