Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
7489ea40
Commit
7489ea40
authored
Oct 28, 2019
by
Benoit Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvc: fix Python 2 support
parent
6e8b1da1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
changelog.d/1891.change.rst
changelog.d/1891.change.rst
+1
-0
setuptools/msvc.py
setuptools/msvc.py
+1
-0
No files found.
changelog.d/1891.change.rst
0 → 100644
View file @
7489ea40
Fix code for detecting Visual Studio's version on Windows under Python 2.
setuptools/msvc.py
View file @
7489ea40
...
@@ -20,6 +20,7 @@ This may also support compilers shipped with compatible Visual Studio versions.
...
@@ -20,6 +20,7 @@ This may also support compilers shipped with compatible Visual Studio versions.
"""
"""
import
json
import
json
from
io
import
open
from
os
import
listdir
,
pathsep
from
os
import
listdir
,
pathsep
from
os.path
import
join
,
isfile
,
isdir
,
dirname
from
os.path
import
join
,
isfile
,
isdir
,
dirname
import
sys
import
sys
...
...
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