Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e914cd13
Commit
e914cd13
authored
Jan 19, 2016
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #16620: Fixed AttributeError in msilib.Directory.glob().
parent
47b91b0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Lib/msilib/__init__.py
Lib/msilib/__init__.py
+5
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/msilib/__init__.py
View file @
e914cd13
# Copyright (C) 2005 Martin v. Löwis
# Licensed to PSF under a Contributor Agreement.
from
_msi
import
*
import
os
,
string
,
re
,
sys
import
glob
import
os
import
re
import
string
import
sys
AMD64
=
"AMD64"
in
sys
.
version
Itanium
=
"Itanium"
in
sys
.
version
...
...
Misc/NEWS
View file @
e914cd13
...
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment