Home | History | Annotate | Download | only in python2.7

Lines Matching defs:nt

1 r"""OS routines for Mac, NT, or Posix depending on what system we're on.
4 - all functions from posix, nt, os2, or ce, e.g. unlink, stat, etc.
6 - os.name is 'posix', 'nt', 'os2', 'ce' or 'riscos'
55 elif 'nt' in _names:
56 name = 'nt'
58 from nt import *
60 from nt import _exit
65 import nt
66 __all__.extend(_get_exports_list(nt))
67 del nt
404 if name in ('os2', 'nt'):
411 elif name in ('os2', 'nt'): # Where Env Var Names Must Be UPPERCASE