]> granicus.if.org Git - python/commit
Add get_distutil_options(); future setup.py files can use this to check
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Nov 2002 13:45:15 +0000 (13:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Nov 2002 13:45:15 +0000 (13:45 +0000)
commit33a5edf89c566383be3b8825bb68dedbf56380a0
treee4e75494d32c2f04ff98706ae13e1646f78de306
parentb6c316f134a3d78fc27e19345ba67608345f0416
Add get_distutil_options(); future setup.py files can use this to check
   whether the Distutils being used supports a particularly capability.

   (This idea was originally suggested by Juergen Hermann as a method
    on the Distribution class.  I think it makes more sense as a
    function in core.py, and that's what this patch implements.)
Lib/distutils/core.py