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 tbielawa
Recipients tbielawa
Date 2011-03-23.02:42:36
SpamBayes Score 8.941302e-09
Marked as misclassified No
Message-id <1300848156.85.0.89651150439.issue11648@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 8451 unintentionally introduced a bug into the openlog() function in the syslog module.

syslog.openlog() as documented [1] is defined as: syslog.openlog([ident[, logopt[, facility]]]). I believe this is caused by the patch for issue 8451 redefining the kwargs to expect a 'logoption' keyword instead.


This patch:

 - Fixes syslog.openlog() so that it properly accepts the 'logopt' keyword argument again.



[1] http://docs.python.org/library/syslog.html#syslog.openlog
History
Date User Action Args
2011-03-23 02:42:36tbielawasetrecipients: + tbielawa
2011-03-23 02:42:36tbielawasetmessageid: <1300848156.85.0.89651150439.issue11648@psf.upfronthosting.co.za>
2011-03-23 02:42:36tbielawalinkissue11648 messages
2011-03-23 02:42:36tbielawacreate