summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2011-09-21 00:55:51 (GMT)
committerMeador Inge <meadori@gmail.com>2011-09-21 00:55:51 (GMT)
commit1c9f0c93ad26033aed79677fa0504af5a3cf0bbf (patch)
tree4fe6a5731001f84dec30ac34850459d24fa0a0fc /Misc/NEWS
parent4ad6ed7d4dd79bed50b8f4d0bdbfa7af161e7294 (diff)
downloadcpython-1c9f0c93ad26033aed79677fa0504af5a3cf0bbf.zip
cpython-1c9f0c93ad26033aed79677fa0504af5a3cf0bbf.tar.gz
cpython-1c9f0c93ad26033aed79677fa0504af5a3cf0bbf.tar.bz2
Issue #1172711: Add 'long long' support to the array module.
Initial patch by Oren Tirosh and Hirokazu Yamamoto.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 567e492..7b3cbd7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1287,6 +1287,9 @@ Tools/Demos
Extension Modules
-----------------
+- Issue #1172711: Add 'long long' support to the array module.
+ Initial patch by Oren Tirosh and Hirokazu Yamamoto.
+
- Issue #12483: ctypes: Fix a crash when the destruction of a callback
object triggers the garbage collector.