mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fixes issue #11476: StreamHandler parameter name change documented.
This commit is contained in:
parent
c3ab30b363
commit
5ddf51f735
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue