[issue16725] Add 'ident' property to SysLogHandler like in Python 3.x

2012-12-19 Thread R. David Murray
R. David Murray added the comment: No, that would be a feature addition, and we don't do those in bug fix releases. -- nosy: +r.david.murray resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue16725] Add 'ident' property to SysLogHandler like in Python 3.x

2012-12-19 Thread Jakob Eriksson
Changes by Jakob Eriksson : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue16725] Add 'ident' property to SysLogHandler like in Python 3.x

2012-12-19 Thread Jakob Eriksson
New submission from Jakob Eriksson: Can we have the same ident property for the SysLogHandler in the Python 2.7 library, like it was introduced in the 3.x library? ( Like http://hg.python.org/cpython/rev/6baa90fa2b6d ) -- components: Library (Lib) hgrepos: 165 messages: 177732 nosy: b