diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-19 12:06:13 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-19 12:06:13 (GMT) |
commit | 47670ebb0cf2fd1bff8de6cf274d004b81b68400 (patch) | |
tree | 6b4f26757898fc554df370539cd0ddf1e72fb70c /Misc | |
parent | 70c6a1361304d21946e1e5f6504f5102140d0c9e (diff) | |
parent | e914cd1308103de3f14cecbecc0f9aa46c8be074 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |