[Python-checkins] cpython: Issue #1172711: Update What's New in Python 3.3 document for the array module.

meador.inge python-checkins at python.org
Wed Sep 21 04:49:26 CEST 2011


http://hg.python.org/cpython/rev/672b63aff0f4
changeset:   72437:672b63aff0f4
user:        Meador Inge <meadori at gmail.com>
date:        Tue Sep 20 21:48:16 2011 -0500
summary:
  Issue #1172711: Update What's New in Python 3.3 document for the array module.

The commit fixes 3c56e546dc60, which documented #1172711 as a struct module
change;  it is an array module change.

files:
  Doc/whatsnew/3.3.rst |  17 +++++++++--------
  1 files changed, 9 insertions(+), 8 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -68,6 +68,15 @@
 
 * Stub
 
+array
+-----
+
+The :mod:`array` module supports the :c:type:`long long` type using ``q`` and
+``Q`` type codes.
+
+(Contributed by Oren Tirosh and Hirokazu Yamamoto in :issue:`1172711`)
+
+
 codecs
 ------
 
@@ -257,15 +266,6 @@
   * :func:`~ssl.RAND_pseudo_bytes`: generate pseudo-random bytes.
 
 
-struct
-------
-
-The :mod:`struct` module supports the :c:type:`long long` type using ``q`` and
-``Q`` type codes.
-
-(Contributed by Oren Tirosh and Hirokazu Yamamoto in :issue:`1172711`)
-
-
 shutil
 ------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list