summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2006-04-24 04:32:47 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2006-04-24 04:32:47 (GMT)
commit27ec1a773c92b6a9a144a45334ce2b38ae6118b6 (patch)
tree6a28287c74ea14cffec3065a27b20620ec3099b4 /Misc
parent877cf234c903310d1b4bae41178d1921599783ee (diff)
downloadcpython-27ec1a773c92b6a9a144a45334ce2b38ae6118b6.zip
cpython-27ec1a773c92b6a9a144a45334ce2b38ae6118b6.tar.gz
cpython-27ec1a773c92b6a9a144a45334ce2b38ae6118b6.tar.bz2
Add unit tests for the -m and -c command line switches
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 5a89d9c..4d58aa1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -158,6 +158,8 @@ C API
Tests
-----
+- test_cmd_line now checks operation of the -m and -c command switches
+
- The test_contextlib test in 2.5a1 wasn't actually run unless you ran
it separately and by hand. It also wasn't cleaning up its changes to
the current Decimal context.