diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-05 13:17:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-05 13:17:49 (GMT) |
commit | 71f5b71cfba48a6f44369e3ee3325bec342da207 (patch) | |
tree | 30d6a370c8c4975566a336addc5a29b9c1ef7788 /Misc | |
parent | 5c84936542b691e12dfb15fdc9ea401e4930f414 (diff) | |
parent | aef859c5ee3506f8faad0055e7875af94c4d483f (diff) | |
download | cpython-71f5b71cfba48a6f44369e3ee3325bec342da207.zip cpython-71f5b71cfba48a6f44369e3ee3325bec342da207.tar.gz cpython-71f5b71cfba48a6f44369e3ee3325bec342da207.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
@@ -1629,6 +1629,8 @@ Documentation 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. |