mirror of
https://github.com/python/cpython.git
synced 2026-06-11 04:12:11 +00:00
Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error.
This also adds a test for issue #5319, whose resolution introduced the issue.
This commit is contained in:
commit
5604ef3e36
3 changed files with 40 additions and 2 deletions
|
|
@ -395,6 +395,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #13444: When stdout has been closed explicitly, we should not attempt
|
||||
to flush it at shutdown and print an error.
|
||||
|
||||
- Issue #12567: The curses module uses Unicode functions for Unicode arguments
|
||||
when it is linked to the ncurses library. It encodes also Unicode strings to
|
||||
the locale encoding instead of UTF-8.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue