cpython (2.7): Closes #15807: Removed incorrect directive from help.

http://hg.python.org/cpython/rev/48f54b6bf0ef changeset: 78799:48f54b6bf0ef branch: 2.7 parent: 78792:2801bf875a24 user: Vinay Sajip <vinay_sajip@yahoo.co.uk> date: Wed Aug 29 14:25:42 2012 +0100 summary: Closes #15807: Removed incorrect directive from help. files: Doc/library/logging.handlers.rst | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -698,9 +698,6 @@ .. method:: setTarget(target) - .. versionchanged:: 2.6 - *credentials* was added. - Sets the target handler for this handler. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
vinay.sajip