[issue11648] openlog()s 'logopt' keyword broken in syslog module

2012-01-04 Thread Sandro Tosi
Sandro Tosi added the comment: This has already been fixed with 71f7175e2b34 & friends. -- nosy: +sandro.tosi resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: -Python 3.4 ___ Python tracker

[issue11648] openlog()s 'logopt' keyword broken in syslog module

2011-03-23 Thread Eric Smith
Eric Smith added the comment: I agree with Georg, unfortunately. And I say "unfortunately" because neither "logopt" nor "logoption" is a good name. The "log" part adds nothing. The man page for syslog calls this "option", which would be my preferred name. But changing it now would be a hassle

[issue11648] openlog()s 'logopt' keyword broken in syslog module

2011-03-23 Thread Georg Brandl
Georg Brandl added the comment: Now that keyword support was introduced, I'd rather fix the documentation to use the new name. -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python, georg.brandl ___ Python tracker

[issue11648] openlog()s 'logopt' keyword broken in syslog module

2011-03-22 Thread Tim Bielawa
Tim Bielawa added the comment: Classification update. -- versions: +Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___ ___ Pyt

[issue11648] openlog()s 'logopt' keyword broken in syslog module

2011-03-22 Thread Tim Bielawa
Tim Bielawa added the comment: Trivial though it may be, the attached script demonstrates how to reproduce the bug described. -- Added file: http://bugs.python.org/file21353/syslogtest-pid.py ___ Python tracker _

[issue11648] openlog()s 'logopt' keyword broken in syslog module

2011-03-22 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.smith, jafo, pitrou, r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue11648] openlog()s 'logopt' keyword broken in syslog module

2011-03-22 Thread Tim Bielawa
New submission from Tim Bielawa : 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