commit | 5ddf51f73587fdd8348f1def87f8cf53aed0dd8e | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Mar 12 22:43:23 2011 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Mar 12 22:43:23 2011 +0000 |
tree | 9e24a62de9f40f687c5818a3ac733e0eb7f9451b | |
parent | c3ab30b363530c17b71bdfad09a01fa9c653c10e [diff] [blame] |
Fixes issue #11476: StreamHandler parameter name change documented.
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 9898d08..17a761a 100644 --- 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)