Message 253842 - Python tracker

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.

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.