diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-10-21 14:57:32 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-10-21 14:57:32 (GMT) |
commit | 186370b43331536808a46d1f31269ae3ba7bd63b (patch) | |
tree | c29251ea9c0f9e4eaa6a357b5f1d23de79432fbc /Misc | |
parent | 06eecead03a7698ca7a1d15548e6bf35fab2dbfb (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |