mirror of https://github.com/python/cpython
Updated with fix for #3126.
This commit is contained in:
parent
8f96b8ec43
commit
9828b7ea08
|
@ -89,6 +89,10 @@ Extension Modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #3126: StreamHandler and FileHandler check before calling "flush" and
|
||||
"close" that the stream object has these, using hasattr (thanks to bobf for
|
||||
the patch).
|
||||
|
||||
- Issue #2912: platform.uname now tries to determine unknown information even if
|
||||
os.uname exists.
|
||||
|
||||
|
|
Loading…
Reference in New Issue