egreen is Derk Drukker + fix NEWS formatting
This commit is contained in:
parent
79eb3db070
commit
671141d207
|
@ -188,6 +188,7 @@ Dima Dorfman
|
||||||
Cesar Douady
|
Cesar Douady
|
||||||
Dean Draayer
|
Dean Draayer
|
||||||
Fred L. Drake, Jr.
|
Fred L. Drake, Jr.
|
||||||
|
Derk Drukker
|
||||||
John DuBois
|
John DuBois
|
||||||
Paul Dubois
|
Paul Dubois
|
||||||
Graham Dumpleton
|
Graham Dumpleton
|
||||||
|
|
|
@ -12,7 +12,7 @@ What's New in Python 3.2 Alpha 1?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Issue *7147: Remove support for compiling Python without complex number
|
- Issue #7147: Remove support for compiling Python without complex number
|
||||||
support.
|
support.
|
||||||
|
|
||||||
- Issue #7120: logging: Removed import of multiprocessing which is causing
|
- Issue #7120: logging: Removed import of multiprocessing which is causing
|
||||||
|
@ -23,7 +23,7 @@ Core and Builtins
|
||||||
Patch by Christopher Tur Lesniewski-Laas.
|
Patch by Christopher Tur Lesniewski-Laas.
|
||||||
|
|
||||||
- Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
|
- Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
|
||||||
using byte values greater than 127. Patch by egreen.
|
using byte values greater than 127. Patch by Derk Drukker.
|
||||||
|
|
||||||
- Issue #1571184: The Unicode database contains properties for more characters.
|
- Issue #1571184: The Unicode database contains properties for more characters.
|
||||||
The tables for code points representing numeric values, white spaces or line
|
The tables for code points representing numeric values, white spaces or line
|
||||||
|
|
Loading…
Reference in New Issue