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 ngie, r.david.murray, vinay.sajip
Date 2014-02-08.10:18:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391854723.63.0.816856796063.issue20558@psf.upfronthosting.co.za>
In-reply-to
Content
There's a small possibility that someone could be relying on logging.config.RESET_ERROR being present, so I think it makes more sense to:

1. Leave RESET_ERROR as a module attribute, but set it unconditionally to
   errno.ECONNRESET.

2. Use e.errno rather than e.args[0], and compare it against RESET_ERROR
   since that's available, in the exception suite.
History
Date User Action Args
2014-02-08 10:18:43vinay.sajipsetrecipients: + vinay.sajip, ngie, r.david.murray
2014-02-08 10:18:43vinay.sajipsetmessageid: <1391854723.63.0.816856796063.issue20558@psf.upfronthosting.co.za>
2014-02-08 10:18:43vinay.sajiplinkissue20558 messages
2014-02-08 10:18:43vinay.sajipcreate