]> granicus.if.org Git - python/commit
Issue #18973: Command-line interface of the calendar module now uses argparse
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Nov 2015 15:14:27 +0000 (17:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Nov 2015 15:14:27 +0000 (17:14 +0200)
commit9785261d68f62ce33968d15c7a0f10f1f8209807
treeaa37c5e251be750409645db8ddb323f33661f2b2
parent17bdf2015d8c46d6418ad7b8742a4fb0d277a642
Issue #18973: Command-line interface of the calendar module now uses argparse
instead of optparse.
Lib/calendar.py
Lib/test/test_calendar.py
Misc/NEWS