A Misc/NEWS entry for issue 8052.

This commit is contained in:
Gregory P. Smith 2012-01-21 14:50:56 -08:00
commit 33b24f7e7c
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ Core and Builtins
- Fix the builtin module initialization code to store the init function for
future reinitialization.
- Issue #8052: The posix subprocess module would take a long time closing
all possible file descriptors in the child process rather than just open
file descriptors. It now closes only the open fds if possible for the
default close_fds=True behavior.
- Issue #13629: Renumber the tokens in token.h so that they match the indexes
into _PyParser_TokenNames.