mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
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.
This commit is contained in:
parent
41c98a3207
commit
c5dbb3dadf
1 changed files with 9 additions and 9 deletions
|
@ -68,6 +68,15 @@ New, Improved, and Deprecated Modules
|
||||||
|
|
||||||
* Stub
|
* 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
|
codecs
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -257,15 +266,6 @@ The :mod:`ssl` module has new functions:
|
||||||
* :func:`~ssl.RAND_pseudo_bytes`: generate pseudo-random bytes.
|
* :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
|
shutil
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue