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 bethard
Recipients aronacher, bethard, eric.smith, gregory.p.smith, loewis, marklodato, michael.foord, ncoghlan, orsenthil, r.david.murray, rickysarraf
Date 2009-09-14.18:52:31
SpamBayes Score 8.872057e-06
Marked as misclassified No
Message-id <d11dcfba0909141152r5d604137la7ff0628382713e0@mail.gmail.com>
In-reply-to <1252952134.15.0.145663772082.issue6247@psf.upfronthosting.co.za>
Content
[snip]
> Fix packaging and do not dump useless stuff into the standard library to
> make it appear more modern. Decentralization is modern, not replacing
> modules in the stdlib.

I can respect that viewpoint. So what do you propose to do with
existing modules like optparse that aren't required to make platform
independent applications and are out of date and basically
unmaintained? One option would be to remove them, but that's probably
too drastic. Another option would be to add documentation to them
warning that they're out of date and pointing users to alternative
external libraries.
History
Date User Action Args
2009-09-14 18:52:34bethardsetrecipients: + bethard, loewis, gregory.p.smith, ncoghlan, orsenthil, eric.smith, aronacher, r.david.murray, michael.foord, rickysarraf, marklodato
2009-09-14 18:52:32bethardlinkissue6247 messages
2009-09-14 18:52:32bethardcreate