• Andrew M. Kuchling's avatar
    Make the Distribution() constructor forgiving of unknown keyword · c3c5a898
    Andrew M. Kuchling authored
    arguments, triggering a warning instead of raising an exception.  (In
    1.5.2/2.0, it will print to stderr.)
    
    Bugfix candidate for all previous versions.  This changes behaviour,
    but the old behaviour wasn't very useful.  If Distutils version X+1
    adds a new keyword argument, using the new keyword means your setup.py
    file won't work with Distutils version X any more.
    c3c5a898
dist.py 41 KB