[Python-checkins] cpython (2.7): Fixes issue #11476: StreamHandler parameter name change documented.

vinay.sajip python-checkins at python.org
Sat Mar 12 23:45:19 CET 2011


http://hg.python.org/cpython/rev/6d56d2c63a04
changeset:   68408:6d56d2c63a04
branch:      2.7
parent:      68404:ce7354473a4a
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Sat Mar 12 22:43:23 2011 +0000
summary:
  Fixes issue #11476: StreamHandler parameter name change documented.

files:
  Doc/library/logging.rst

diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -1895,6 +1895,8 @@
    specified, the instance will use it for logging output; otherwise, *sys.stderr*
    will be used.
 
+   .. versionchanged:: 2.7
+      The ``stream`` parameter was called ``strm`` in earlier versions.
 
    .. method:: emit(record)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list