summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-19 12:06:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-19 12:06:13 (GMT)
commit47670ebb0cf2fd1bff8de6cf274d004b81b68400 (patch)
tree6b4f26757898fc554df370539cd0ddf1e72fb70c /Misc
parent70c6a1361304d21946e1e5f6504f5102140d0c9e (diff)
parente914cd1308103de3f14cecbecc0f9aa46c8be074 (diff)
downloadcpython-47670ebb0cf2fd1bff8de6cf274d004b81b68400.zip
cpython-47670ebb0cf2fd1bff8de6cf274d004b81b68400.tar.gz
cpython-47670ebb0cf2fd1bff8de6cf274d004b81b68400.tar.bz2
Issue #16620: Fixed AttributeError in msilib.Directory.glob().
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 2cf9604..c2d4890 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -133,6 +133,8 @@ Core and Builtins
Library
-------
+- Issue #16620: Fixed AttributeError in msilib.Directory.glob().
+
- Issue #26013: Added compatibility with broken protocol 2 pickles created
in old Python 3 versions (3.4.3 and lower).