[issue21245] Logging Logger.exception documentation

2014-04-15 Thread Vinay Sajip
Vinay Sajip added the comment: > Are you sure that Python 3.2 and Python 3.3 don't need updated documentation? As I understand it, the policy is not to do documentation updates for Python versions that will never see new releases. If a 3.x release manager says otherwise, I can revisit it - obv

[issue21245] Logging Logger.exception documentation

2014-04-15 Thread Cameron Lee
Cameron Lee added the comment: Are you sure that Python 3.2 and Python 3.3 don't need updated documentation? I don't know for sure if these two version have the code change or not but the http://bugs.python.org/issue15541 seems to indicate that 3.2 at least does. Thanks for the amazing respons

[issue21245] Logging Logger.exception documentation

2014-04-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset dcb5ca1f1b44 by Vinay Sajip in branch '2.7': Issue #21245: updated documentation on exception() method and function. http://hg.python.org/cpython/rev/dcb5ca1f1b44 New changeset eee4fd2012ae by Vinay Sajip in branch '3.4': Issue #21245: updated docum

[issue21245] Logging Logger.exception documentation

2014-04-15 Thread Vinay Sajip
Vinay Sajip added the comment: Removed Python versions which are not receiving changes. -- versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker ___ _

[issue21245] Logging Logger.exception documentation

2014-04-15 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +vinay.sajip, yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue21245] Logging Logger.exception documentation

2014-04-15 Thread Cameron Lee
New submission from Cameron Lee: The documentation doesn't indicate that the Logger.exception method can accept kwargs like the other logging methods (Logger.debug, Logger.info, etc...) such as exc_info, stack_info, and extra. https://docs.python.org/2.7/library/logging.html#logging.Logger.exc