[Python-checkins] cpython (2.7): Closes #15807: Removed incorrect directive from help.

vinay.sajip python-checkins at python.org
Wed Aug 29 15:28:07 CEST 2012


http://hg.python.org/cpython/rev/48f54b6bf0ef
changeset:   78799:48f54b6bf0ef
branch:      2.7
parent:      78792:2801bf875a24
user:        Vinay Sajip <vinay_sajip at 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


More information about the Python-checkins mailing list