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 p-ganssle
Recipients bbayles, dstufft, eric.araujo, ncoghlan, p-ganssle
Date 2018-03-20.13:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521552818.08.0.467229070634.issue33069@psf.upfronthosting.co.za>
In-reply-to
Content
> Donald made an interesting suggestion over on https://github.com/pypa/packaging-problems/issues/127#issuecomment-374401331, which was to have distutils stop overwriting the Author metadata with the Maintainer metadata when both are specified and instead emit a warning about an unknown keyword argument.

To be honest, that would not have helped in this situation. I didn't encounter this bug in distutils, I encountered it in setuptools, and I tried fixing it in both places because the comments on issue 962772 indicated that this *should* have been supported in distutils.

In the end I think it's fair to either freeze the distutils API and add a DeprecationWarning to indicate that this is no longer supported and everyone should move to setuptools or modernize it completely.
History
Date User Action Args
2018-03-20 13:33:38p-gansslesetrecipients: + p-ganssle, ncoghlan, eric.araujo, dstufft, bbayles
2018-03-20 13:33:38p-gansslesetmessageid: <1521552818.08.0.467229070634.issue33069@psf.upfronthosting.co.za>
2018-03-20 13:33:38p-gansslelinkissue33069 messages
2018-03-20 13:33:37p-gansslecreate