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 vinay.sajip
Recipients
Date 2004-02-20.17:56:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=308438

Problem was caused because shutdown() tried to close 
already closed handlers.

Solved by close() removing handler from an internal list which 
is used by shutdown().

Fixed in CVS.
History
Date User Action Args
2007-08-23 14:18:15adminlinkissue842170 messages
2007-08-23 14:18:15admincreate