[issue12937] distutils2: install action should support same options as install command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12937] distutils2: install action should support same options as install command

2013-02-01 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue12937] distutils2: install action should support same options as install command

2012-05-21 Thread Éric Araujo
Éric Araujo added the comment: The command line parsers need a thorough cleanup before this can be implemented. Ideally with a new, clean system the install action would just pass all its options to the install command and let it do option validation. -- dependencies: +Rewrite the co

[issue12937] distutils2: install action should support same options as install command

2012-03-24 Thread Éric Araujo
Éric Araujo added the comment: To be clear, the distutils2 install command (currently spelled install_dist but see #13160) does have all these options, it’s the install action that needs to expose them too. -- assignee: tarek -> eric.araujo stage: -> needs patch title: Support instal