We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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