summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-21 20:11:46 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-21 20:11:46 (GMT)
commit5a44424c5e6b9533b12773fadeaf436903ca855e (patch)
tree798911139fbccc6a8574ed0e13388affea097082 /Misc
parent77354cf5ef9644121a28041216591762628d8b65 (diff)
downloadcpython-5a44424c5e6b9533b12773fadeaf436903ca855e.zip
cpython-5a44424c5e6b9533b12773fadeaf436903ca855e.tar.gz
cpython-5a44424c5e6b9533b12773fadeaf436903ca855e.tar.bz2
#2358: add py3k warning to sys.exc_clear().
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 7040936..a581247 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,6 +11,8 @@ What's New in Python 2.6 alpha 2?
Core and builtins
-----------------
+
+- Issue #2358: Add a Py3k warning on sys.exc_clear() usage.
- Issue #2400: Allow relative imports to "import *".