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 barry
Recipients Arfrever, alexis, barry, eric.araujo, tarek
Date 2011-06-15.14:34:12
SpamBayes Score 1.0898759e-05
Marked as misclassified No
Message-id <20110615103407.3c6e2d5a@neurotica.wooz.org>
In-reply-to <1308146655.52.0.69527014995.issue12335@psf.upfronthosting.co.za>
Content
On Jun 15, 2011, at 02:04 PM, Éric Araujo wrote:

>Well, create is not update :) In its current form, create will save an
>existing setup.cfg as setup.cfg.old and generate a new one.  The human
>operator will then have to merge both files if necessary.  Automatically
>merging the old file into the new one would raise issues with respect to
>comments, whitespace and all that in Pythons < 3.2.
>
>The doc and help messages are probably unclear about that.

I missed the setup.cfg.old.  I think that's fine.  Probably `create` should
print a message that it moved setup.cfg to setup.cfg.old.
History
Date User Action Args
2011-06-15 14:34:12barrysetrecipients: + barry, tarek, eric.araujo, Arfrever, alexis
2011-06-15 14:34:12barrylinkissue12335 messages
2011-06-15 14:34:12barrycreate