[issue4646] distutils chokes on empty options arg in the setup function

2008-12-29 Thread Tarek Ziadé
Tarek Ziadé added the comment: applied with a test in r68033, thanks for the patch ! -- status: open -> closed ___ Python tracker ___

[issue4646] distutils chokes on empty options arg in the setup function

2008-12-29 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek nosy: +tarek priority: -> low resolution: -> accepted ___ Python tracker ___ ___ Pyth

[issue4646] distutils chokes on empty options arg in the setup function

2008-12-20 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- versions: -Python 2.5.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue4646] distutils chokes on empty options arg in the setup function

2008-12-12 Thread Thomas Heller
New submission from Thomas Heller : Distutils setup function accepts an 'options' named argument which allows to pass options to subcommands in a dictionary (At the moment I cannot find where this is documented). When an empty dictionary is passed, distutils spits out a warning: C:\sf\comtypes>p