Kaydet (Commit) 5ddf51f7 authored tarafından Vinay Sajip's avatar Vinay Sajip

Fixes issue #11476: StreamHandler parameter name change documented.

üst c3ab30b3
...@@ -1895,6 +1895,8 @@ and :meth:`flush` methods). ...@@ -1895,6 +1895,8 @@ and :meth:`flush` methods).
specified, the instance will use it for logging output; otherwise, *sys.stderr* specified, the instance will use it for logging output; otherwise, *sys.stderr*
will be used. will be used.
.. versionchanged:: 2.7
The ``stream`` parameter was called ``strm`` in earlier versions.
.. method:: emit(record) .. method:: emit(record)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment