]> granicus.if.org Git - python/commitdiff
Fixes issue #11476: StreamHandler parameter name change documented.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 12 Mar 2011 22:43:23 +0000 (22:43 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 12 Mar 2011 22:43:23 +0000 (22:43 +0000)
Doc/library/logging.rst

index 9898d08597597e9cd685453e8b80ecb46ae4db1c..17a761a6f11ee923a9b3d82cb781ed499e60f921 100644 (file)
@@ -1895,6 +1895,8 @@ and :meth:`flush` methods).
    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)