Updated with fix for #3126.

This commit is contained in:
Vinay Sajip 2008-06-17 11:04:02 +00:00
parent 8f96b8ec43
commit 9828b7ea08
1 changed files with 6 additions and 2 deletions

View File

@ -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.