diff options
author | Georg Brandl <georg@python.org> | 2008-03-21 20:11:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-21 20:11:46 (GMT) |
commit | 5a44424c5e6b9533b12773fadeaf436903ca855e (patch) | |
tree | 798911139fbccc6a8574ed0e13388affea097082 /Misc | |
parent | 77354cf5ef9644121a28041216591762628d8b65 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *". |