]> granicus.if.org Git - python/commit
Added Joe Van Andel's 'get_python_inc()', adapted by me to supply
authorGreg Ward <gward@python.net>
Thu, 9 Mar 2000 03:16:05 +0000 (03:16 +0000)
committerGreg Ward <gward@python.net>
Thu, 9 Mar 2000 03:16:05 +0000 (03:16 +0000)
commit7d73b9eb18b1c1b532e1572ea3bd637b1854ab80
tree0dbd042347f8de618e8c67685599df676a9dc51e
parentadd03b62fd6ec982785432b64b783441f9fcb879
Added Joe Van Andel's 'get_python_inc()', adapted by me to supply
  the platform-neutral include dir by default and with Mac support.
Added 'get_python_lib()', inspired by 'get_python_inc()'.
Rewrote 'get_config_h_filename()' and 'get_makefile_filename()'
  in terms of 'get_python_inc()' and 'get_python_lib()'.
Changed '_init_nt()' and '_init_mac()' to use 'get_python_inc()' and
  'get_python_lib()' for directory names.
Lib/distutils/sysconfig.py