Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e75e1 commit 5a3e4cbCopy full SHA for 5a3e4cb
3 files changed
Lib/distutils/util.py
@@ -62,6 +62,7 @@ def get_platform ():
62
elif osname[:3] == "aix":
63
return "%s-%s.%s" % (osname, version, release)
64
elif osname[:6] == "cygwin":
65
+ osname = "cygwin"
66
rel_re = re.compile (r'[\d.]+')
67
m = rel_re.match(release)
68
if m:
0 commit comments