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
afc49f28
Commit
afc49f28
authored
May 14, 2003
by
Marc-André Lemburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore Python 1.5.2 compatibility.
parent
c4ab8865
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
msvccompiler.py
msvccompiler.py
+1
-1
No files found.
msvccompiler.py
View file @
afc49f28
...
@@ -148,7 +148,7 @@ def get_build_version():
...
@@ -148,7 +148,7 @@ def get_build_version():
i = string.find(sys.version, prefix)
i = string.find(sys.version, prefix)
if i == -1:
if i == -1:
return 6
return 6
i
+=
len(prefix)
i
= i +
len(prefix)
s, rest = sys.version[i:].split("
", 1)
s, rest = sys.version[i:].split("
", 1)
n = int(s[:-2])
n = int(s[:-2])
if n == 12:
if n == 12:
...
...
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