summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-05 13:14:35 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-05 13:14:35 (GMT)
commitaef859c5ee3506f8faad0055e7875af94c4d483f (patch)
tree3317998ffb883ed217b46dd86a0a2909d46335c1 /Misc
parenta87501fd233f218a8820bf08f8aac1ac154b9dd5 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 663cc53..3667c2a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.