Skip to content

Commit

Permalink
msvc: fix Python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Oct 28, 2019
1 parent 6e8b1da commit 7489ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/1891.change.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix code for detecting Visual Studio's version on Windows under Python 2.
1 change: 1 addition & 0 deletions setuptools/msvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"""

import json
from io import open
from os import listdir, pathsep
from os.path import join, isfile, isdir, dirname
import sys
Expand Down

0 comments on commit 7489ea4

Please sign in to comment.