mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +00:00
Merged revisions 84408-84409 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84408 | antoine.pitrou | 2010-09-01 23:14:16 +0200 (mer., 01 sept. 2010) | 4 lines Issue #9737: Fix a crash when trying to delete a slice or an item from a memoryview object. ........ r84409 | antoine.pitrou | 2010-09-01 23:14:46 +0200 (mer., 01 sept. 2010) | 3 lines Fix a compilation warning ........
This commit is contained in:
parent
38164c3b04
commit
f43f65b69f
3 changed files with 18 additions and 1 deletions
|
|
@ -12,6 +12,9 @@ What's New in Python 3.1.3?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #9737: Fix a crash when trying to delete a slice or an item from
|
||||
a memoryview object.
|
||||
|
||||
- Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API
|
||||
properly. Patch by Stefan Behnel.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue