summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-25 03:28:04 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-25 03:28:04 (GMT)
commit6e39015f611bd0dbeada39c53d087f4df0d4ce73 (patch)
treef172e1f37b416938dc13d301eba8f79d202fc6d4 /Misc
parent3edcc7832e04691bc6309915201e4461a18a0eb0 (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d449cc3..8a7da09 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.