mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
using byte values greater than 127. Patch by egreen.
This commit is contained in:
parent
919765a095
commit
403ce78872
3 changed files with 11 additions and 10 deletions
|
@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
|
||||
using byte values greater than 127. Patch by egreen.
|
||||
|
||||
- Issue #1571184: The Unicode database contains properties for more characters.
|
||||
The tables for code points representing numeric values, white spaces or line
|
||||
breaks are now generated from the official Unicode Character Database files,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue