mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #10293: Remove obsolete field in the PyMemoryView structure,
unused undocumented value PyBUF_SHADOW, and strangely-looking code in PyMemoryView_GetContiguous.
This commit is contained in:
parent
8f2e07b7d0
commit
aeb6ceead7
5 changed files with 6 additions and 47 deletions
|
@ -10,6 +10,10 @@ What's New in Python 3.2 Beta 1?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #10293: Remove obsolete field in the PyMemoryView structure,
|
||||
unused undocumented value PyBUF_SHADOW, and strangely-looking code in
|
||||
PyMemoryView_GetContiguous.
|
||||
|
||||
- Issue #6081: Add str.format_map, similar to str.format(**mapping).
|
||||
|
||||
- If FileIO.__init__ fails, close the file descriptor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue