summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-25 08:37:23 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-25 08:37:23 (GMT)
commit1e7c37514db417a495a1118c0b6d753d88249853 (patch)
tree3af94d770425b0172a1b79056a6989dd8b46455a /Misc
parentd65ab950c10b0a819d99837f83f601c443fa20f0 (diff)
downloadcpython-1e7c37514db417a495a1118c0b6d753d88249853.zip
cpython-1e7c37514db417a495a1118c0b6d753d88249853.tar.gz
cpython-1e7c37514db417a495a1118c0b6d753d88249853.tar.bz2
#2359: add Py3k warning for array.read/array.write.
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 881cc83..4afd6ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@ Core and builtins
are still valid. There are binary literals with a prefix of "0b".
This also affects int(x, 0).
+- Issue #2359: Adding deprecation warnings for array.{read,write}.
+
- Issue #1779871: Gnu gcc can now build Python on OS X because the
flags -Wno-long-double, -no-cpp-precomp, and -mno-fused-madd are no
longer passed.