mirror of
https://github.com/python/cpython.git
synced 2026-05-27 06:42:27 -04:00
Fixes issue #11476: StreamHandler parameter name change documented.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user