summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-10-21 14:57:32 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-10-21 14:57:32 (GMT)
commit186370b43331536808a46d1f31269ae3ba7bd63b (patch)
treec29251ea9c0f9e4eaa6a357b5f1d23de79432fbc /Misc
parent06eecead03a7698ca7a1d15548e6bf35fab2dbfb (diff)
downloadcpython-186370b43331536808a46d1f31269ae3ba7bd63b.zip
cpython-186370b43331536808a46d1f31269ae3ba7bd63b.tar.gz
cpython-186370b43331536808a46d1f31269ae3ba7bd63b.tar.bz2
Issue #16034 follow-up: Apply optimizations to the lzma module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0f66e8d..4af7d0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,8 @@ Library
- Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.
Patch by Atsuo Ishimoto.
+- Improve performance of `lzma.LZMAFile`.
+
- Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.