diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-02-29 16:27:21 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-02-29 16:27:21 (GMT) |
commit | 95b1ba63886fbfbd508d133d9ce176501ede822d (patch) | |
tree | 49c3c13150579d5d2291608f269c8263ef6111c5 /Doc/whatsnew | |
parent | 0a971f18ccf06a8aff20128c760c00efe592df6e (diff) | |
download | cpython-95b1ba63886fbfbd508d133d9ce176501ede822d.zip cpython-95b1ba63886fbfbd508d133d9ce176501ede822d.tar.gz cpython-95b1ba63886fbfbd508d133d9ce176501ede822d.tar.bz2 |
Add PyMemoryView_FromMemory() to whatsnew/3.3.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 9d161fa..f1f79d6 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -906,6 +906,10 @@ Build and C API Changes Changes to Python's build process and to the C API include: +* New :pep:`3118` related function: + + * :c:func:`PyMemoryView_FromMemory` + * The :pep:`393` added new Unicode types, macros and functions: * High-level API: |