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 r.david.murray
Recipients amaury.forgeotdarc, r.david.murray, zearin
Date 2012-06-22.14:31:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340375476.16.0.258620830607.issue15137@psf.upfronthosting.co.za>
In-reply-to
Content
I appreciate the work and thought that went into this, but this is not normally the kind of change that we apply.  Any change has a chance of introducing bugs (see, for example, issue 15109, where a seemingly innocuous change from % formatting to .format formatting caused a regression in 2.7.3 compared to 2.7.2).

The other option, applying it just to default, is also not normally done, because then the code base between versions is gratuitously different, making merging more difficult.

So, our general policy is that we do cleanups only when we are changing that area of code in order to fix a bug or add an enhancement.  And as you can see from issue 15109, even then we sometimes get in trouble.

Now, if you are interested in the maintenance of the cmd module, and can suggest one or more fix/enhancement + cleanup patches like Lucasz Lagna did for configparser, that would be wonderful.
History
Date User Action Args
2012-06-22 14:31:16r.david.murraysetrecipients: + r.david.murray, amaury.forgeotdarc, zearin
2012-06-22 14:31:16r.david.murraysetmessageid: <1340375476.16.0.258620830607.issue15137@psf.upfronthosting.co.za>
2012-06-22 14:31:15r.david.murraylinkissue15137 messages
2012-06-22 14:31:14r.david.murraycreate