summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5132f8c..f01b7e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -399,6 +399,8 @@ Core and Builtins
Library
-------
+- Issue #6715: Add a module 'lzma' for compression using the LZMA algorithm.
+
- Issue #13487: Make inspect.getmodule robust against changes done to
sys.modules while it is iterating over it.