summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-01-29 04:41:44 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-01-29 04:41:44 (GMT)
commite05e6b0032a58fe5e4ff3b2b9b64c6e37da4defa (patch)
treef5e02fc61f9ed3565b238afac9b4d3b92ceef55f /Misc
parentaf3d627022dcd0948610228b231106a198ed7bd8 (diff)
downloadcpython-e05e6b0032a58fe5e4ff3b2b9b64c6e37da4defa.zip
cpython-e05e6b0032a58fe5e4ff3b2b9b64c6e37da4defa.tar.gz
cpython-e05e6b0032a58fe5e4ff3b2b9b64c6e37da4defa.tar.bz2
Add a test for slicing an exception.
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 aef4218..7dc2bc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -403,6 +403,8 @@ Extension Modules
Tests
-----
+- Added a test for slicing of an exception.
+
- Added test.test_support.EnvironmentVarGuard. It's a class that provides a
context manager so that one can temporarily set or unset environment
variables.