]> granicus.if.org Git - python/commit
get_config_h_filename(): Support NT as well as Posix systems.
authorFred Drake <fdrake@acm.org>
Tue, 8 Feb 2000 15:55:42 +0000 (15:55 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 8 Feb 2000 15:55:42 +0000 (15:55 +0000)
commit69e2c6efbbeff44285f071d011e5e56f5fc26bad
tree220302a63468f2f8d0e0c416f08b345bd2f7ba1a
parent1b9c6f77885fc4a600f35c717591f055553e666b
get_config_h_filename():  Support NT as well as Posix systems.

_init_nt():  Use get_config_h_filename() instead of figuring out the
             name directly.

             g['SO'] should be set to '.pyd'.

             Adjust some minor coding nits.
Lib/distutils/sysconfig.py