summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-21 20:21:46 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-21 20:21:46 (GMT)
commit07e5681fd3a8c7169f569f6b70aa824f203f89d9 (patch)
tree8922fd314337ae4d1f61bb9babc15f41418c12ba /Misc/NEWS
parent5a44424c5e6b9533b12773fadeaf436903ca855e (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a581247..83903ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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 *".