Home | History | Annotate | Download | only in distutils

Lines Matching refs:osname

906 def get_default_compiler(osname=None, platform=None):
909 osname should be one of the standard Python OS names (i.e. the
917 if osname is None:
918 osname = os.name
921 if osname == "nt" and sys.version.find('GCC') >= 0:
925 re.match(pattern, osname) is not None: