diff options
author | Georg Brandl <georg@python.org> | 2008-03-21 20:21:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-21 20:21:46 (GMT) |
commit | 07e5681fd3a8c7169f569f6b70aa824f203f89d9 (patch) | |
tree | 8922fd314337ae4d1f61bb9babc15f41418c12ba /Misc/NEWS | |
parent | 5a44424c5e6b9533b12773fadeaf436903ca855e (diff) | |
download | cpython-07e5681fd3a8c7169f569f6b70aa824f203f89d9.zip cpython-07e5681fd3a8c7169f569f6b70aa824f203f89d9.tar.gz cpython-07e5681fd3a8c7169f569f6b70aa824f203f89d9.tar.bz2 |
#2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 2? Core and builtins ----------------- +- Issue #2346/#2347: add Py3k warnings for __methods__ and __members__. + - Issue #2358: Add a Py3k warning on sys.exc_clear() usage. - Issue #2400: Allow relative imports to "import *". |