This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author seanmccully
Recipients alexis, daishiharada, dstufft, eric.araujo, ezio.melotti, seanmccully, tarek
Date 2014-08-10.21:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407706831.1.0.588577727829.issue1011113@psf.upfronthosting.co.za>
In-reply-to
Content
Please advise any changes that need to be made, this is technically my second patch submission to cpython. I also had trouble running the unittests when backporting to 2.7.

Look at distutils, there wasn't a clear method for linking commands to share common options. This led to the solution provided which searches command options provided (via command line or configuration) for any shared options between command being ran and commands specified.

Patch for Python 3.4 attached.
History
Date User Action Args
2014-08-10 21:40:31seanmccullysetrecipients: + seanmccully, daishiharada, tarek, ezio.melotti, eric.araujo, alexis, dstufft
2014-08-10 21:40:31seanmccullysetmessageid: <1407706831.1.0.588577727829.issue1011113@psf.upfronthosting.co.za>
2014-08-10 21:40:31seanmccullylinkissue1011113 messages
2014-08-10 21:40:30seanmccullycreate