]> granicus.if.org Git - python/commit
Write out the dynamic OS choice, to avoid exec statements.
authorGuido van Rossum <guido@python.org>
Fri, 29 Aug 1997 22:36:47 +0000 (22:36 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 29 Aug 1997 22:36:47 +0000 (22:36 +0000)
commita28dab5ea2649b244a62ada83d017be39d520099
treec8a0c94be49733f0a0bb6aa4a5b4ca0ad850460a
parent7922bd7382c7e22ee9f711f6554718b824ac85a4
Write out the dynamic OS choice, to avoid exec statements.
Adding support for a new OS is now a bit more work, but I bet that
'dos' or 'nt' will cover most situations...
Lib/os.py