[issue14416] syslog missing constants

R. David Murray report at bugs.python.org
Tue Mar 27 14:33:13 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

That's probably reasonable (we have precedents for that in other modules), except that that's not how the older possibly-not-there constants work.  For backward compatibility reasons we can't change the older constants, but I don't see any reason we can't do it for the "new" ones.

We can fix the omission of SYSLOG in the 2.7 and 3.2 docs.  That should be a separate patch.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14416>
_______________________________________


More information about the Python-bugs-list mailing list