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 novas0x2a
Recipients novas0x2a
Date 2013-04-19.06:58:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366354712.85.0.15970946625.issue17795@psf.upfronthosting.co.za>
In-reply-to
Content
The changed merged from http://bugs.python.org/issue16168 causes a regression in SysLogHandler behavior. The socktype of /dev/log is dependent on syslog configuration, and the fallback behavior (trying SOCK_DGRAM and then SOCK_STREAM if the former failed) was very useful.

A better fix for this would preserve the fallback behavior in cases where the caller has not specifically requested a socktype. I've attached a patch with one such approach.
History
Date User Action Args
2013-04-19 06:58:32novas0x2asetrecipients: + novas0x2a
2013-04-19 06:58:32novas0x2asetmessageid: <1366354712.85.0.15970946625.issue17795@psf.upfronthosting.co.za>
2013-04-19 06:58:32novas0x2alinkissue17795 messages
2013-04-19 06:58:32novas0x2acreate