diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-05 13:14:35 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-05 13:14:35 (GMT) |
commit | aef859c5ee3506f8faad0055e7875af94c4d483f (patch) | |
tree | 3317998ffb883ed217b46dd86a0a2909d46335c1 /Misc | |
parent | a87501fd233f218a8820bf08f8aac1ac154b9dd5 (diff) | |
download | cpython-aef859c5ee3506f8faad0055e7875af94c4d483f.zip cpython-aef859c5ee3506f8faad0055e7875af94c4d483f.tar.gz cpython-aef859c5ee3506f8faad0055e7875af94c4d483f.tar.bz2 |
Issue #18982: Add tests for CLI of the calendar module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -323,6 +323,8 @@ IDLE Tests ----- +- Issue #18982: Add tests for CLI of the calendar module. + - Issue #19548: Added some additional checks to test_codecs to ensure that statements in the updated documentation remain accurate. Patch by Martin Panter. |