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 jamescooper
Recipients ggenellina, gpk, jamescooper, thomasda, yangzhang
Date 2008-02-05.17:57:56
SpamBayes Score 0.48552734
Marked as misclassified No
Message-id <1202234278.12.0.963851820802.issue1722344@psf.upfronthosting.co.za>
In-reply-to
Content
Though these exceptions while shutting down are mostly harmless, they
are very noisy and must be squelched in a production application.  Here
is the patch which we at Solido Design (www.solidodesign.com) are using
to hide the exceptions.  Note that this doesn't fix the problem, but it
does hide the exception for the purposes of releasing an application to
the public.
History
Date User Action Args
2008-02-05 17:57:58jamescoopersetspambayes_score: 0.485527 -> 0.48552734
recipients: + jamescooper, gpk, ggenellina, yangzhang, thomasda
2008-02-05 17:57:58jamescoopersetspambayes_score: 0.485527 -> 0.485527
messageid: <1202234278.12.0.963851820802.issue1722344@psf.upfronthosting.co.za>
2008-02-05 17:57:57jamescooperlinkissue1722344 messages
2008-02-05 17:57:56jamescoopercreate