mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
This commit is contained in:
commit
b69ef16fe6
4 changed files with 80 additions and 1 deletions
|
|
@ -22,6 +22,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under
|
||||
Windows when the child process has already exited.
|
||||
|
||||
- Issue #14223: curses.addch() is no more limited to the range 0-255 when the
|
||||
Python curses is not linked to libncursesw. It was a regression introduced
|
||||
in Python 3.3a1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue