diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-25 03:28:04 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-25 03:28:04 (GMT) |
commit | 6e39015f611bd0dbeada39c53d087f4df0d4ce73 (patch) | |
tree | f172e1f37b416938dc13d301eba8f79d202fc6d4 /Misc | |
parent | 3edcc7832e04691bc6309915201e4461a18a0eb0 (diff) | |
download | cpython-6e39015f611bd0dbeada39c53d087f4df0d4ce73.zip cpython-6e39015f611bd0dbeada39c53d087f4df0d4ce73.tar.gz cpython-6e39015f611bd0dbeada39c53d087f4df0d4ce73.tar.bz2 |
pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2817,7 +2817,7 @@ Library - Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. Patch by Atsuo Ishimoto. -- Improve performance of `lzma.LZMAFile`. +- Improve performance of `lzma.LZMAFile` (see also issue #16034). - Issue #16220: wsgiref now always calls close() on an iterable response. Patch by Brent Tubbs. |