From: Vinay Sajip Date: Sat, 12 Mar 2011 22:43:23 +0000 (+0000) Subject: Fixes issue #11476: StreamHandler parameter name change documented. X-Git-Tag: v2.7.2rc1~257^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ddf51f73587fdd8348f1def87f8cf53aed0dd8e;p=python Fixes issue #11476: StreamHandler parameter name change documented. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 9898d08597..17a761a6f1 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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)