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 matrixise
Recipients John Hagen, SilentGhost, martin.panter, matrixise, r.david.murray
Date 2015-11-01.10:45:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446374726.96.0.878240306757.issue25521@psf.upfronthosting.co.za>
In-reply-to
Content
Already proposed to move to argparse for the existing modules, see this issue: http://bugs.python.org/issue25475

For the calendar module, there are two issues with two patches. http://bugs.python.org/issue25499 and http://bugs.python.org/issue18973

I can write a patch to use argparse instead of optparse.
History
Date User Action Args
2015-11-01 10:45:27matrixisesetrecipients: + matrixise, r.david.murray, SilentGhost, martin.panter, John Hagen
2015-11-01 10:45:26matrixisesetmessageid: <1446374726.96.0.878240306757.issue25521@psf.upfronthosting.co.za>
2015-11-01 10:45:26matrixiselinkissue25521 messages
2015-11-01 10:45:26matrixisecreate