commit | 5a44424c5e6b9533b12773fadeaf436903ca855e | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 21 20:11:46 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 21 20:11:46 2008 +0000 |
tree | 798911139fbccc6a8574ed0e13388affea097082 | |
parent | 77354cf5ef9644121a28041216591762628d8b65 [diff] |
#2358: add py3k warning to sys.exc_clear().
diff --git a/Misc/NEWS b/Misc/NEWS index 7040936..a581247 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -11,6 +11,8 @@ Core and builtins ----------------- + +- Issue #2358: Add a Py3k warning on sys.exc_clear() usage. - Issue #2400: Allow relative imports to "import *".