diff options
author | Georg Brandl <georg@python.org> | 2008-03-25 08:37:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-25 08:37:23 (GMT) |
commit | 1e7c37514db417a495a1118c0b6d753d88249853 (patch) | |
tree | 3af94d770425b0172a1b79056a6989dd8b46455a /Misc | |
parent | d65ab950c10b0a819d99837f83f601c443fa20f0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |