Home | History | Annotate | Download | only in idlelib

Lines Matching refs:platform

40 if sys.platform == 'win32':
496 platform = os.name
498 if platform == 'posix': #posix platform
502 elif platform == 'nt': #win32 platform
504 else: #no printing for this platform
506 if printPlatform: #we can try to print for this platform
518 else: #no printing for this platform
519 message = "Printing is not enabled for this platform: %s" % platform