diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-19 11:55:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-19 11:55:36 (GMT) |
commit | e914cd1308103de3f14cecbecc0f9aa46c8be074 (patch) | |
tree | 3ff225d5d21d0f1af3341722b67926abdeabe13b /Misc | |
parent | 47b91b0a8112983e8aec5c26497b10aad7045a76 (diff) | |
download | cpython-e914cd1308103de3f14cecbecc0f9aa46c8be074.zip cpython-e914cd1308103de3f14cecbecc0f9aa46c8be074.tar.gz cpython-e914cd1308103de3f14cecbecc0f9aa46c8be074.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
@@ -46,6 +46,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). |