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 berker.peksag
Recipients Arfrever, Jens.Timmerman, berker.peksag, cgrohmann, djc, dstufft, eric.araujo, gmt, jaraco, ralf.gommers, scoder
Date 2016-09-13.02:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473732797.24.0.868012457983.issue23102@psf.upfronthosting.co.za>
In-reply-to
Content
The patch doesn't apply cleanly:

applying http://bugs.python.org/file37554/distutils_accomodate_distribution_ducktypes.patch
patching file Lib/distutils/cmd.py
Hunk #1 FAILED at 51
1 out of 1 hunks FAILED -- saving rejects to file Lib/distutils/cmd.py.rej
abort: patch failed to apply

So the next step would be to update the patch.

We also need a test case to make sure that the patch fixes the problem reported in msg233034.

+1 for relying on duck typing. Perhaps we could also look for methods that are called in Command (e.g. get_command_obj(), run_command())
History
Date User Action Args
2016-09-13 02:13:17berker.peksagsetrecipients: + berker.peksag, jaraco, scoder, cgrohmann, djc, eric.araujo, Arfrever, dstufft, Jens.Timmerman, ralf.gommers, gmt
2016-09-13 02:13:17berker.peksagsetmessageid: <1473732797.24.0.868012457983.issue23102@psf.upfronthosting.co.za>
2016-09-13 02:13:17berker.peksaglinkissue23102 messages
2016-09-13 02:13:16berker.peksagcreate