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 acue
Recipients acue, dstufft, eric.araujo
Date 2019-11-06.03:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573012152.1.0.450153006571.issue38709@roundup.psfhosted.org>
In-reply-to
Content
The command 'alias' rewrites the configuration file completely when a new alias is added. The default file is 'setup.cfg'. All comments of the original file are stripped off before, though the new 'setup.cfg' does not contain any comments.

The comments should be kept literally, just the section '[aliases]' should be modified.

The comments in the section '[aliases]' should be basically kept, even though a manual modification by the user could cause problems e.g. in case of deleting an alias by the 'setup.py alias' command.

Anyhow, at least the only section modified should - must - be the '[aliases]' section.

Even though this involves 'setuptools', I write this issue here because of the tight coupling of 'distutils' and 'setuptools' e.g. by the passed 'self' parameter.

I have tested 3.8.0, but as far as I can see this is the case for all releases.
History
Date User Action Args
2019-11-06 03:49:12acuesetrecipients: + acue, eric.araujo, dstufft
2019-11-06 03:49:12acuesetmessageid: <1573012152.1.0.450153006571.issue38709@roundup.psfhosted.org>
2019-11-06 03:49:12acuelinkissue38709 messages
2019-11-06 03:49:11acuecreate