Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3be412d

Browse files
committed
Put NEWS entry in the right section.
1 parent b7fb2e2 commit 3be412d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ What's New in Python 3.2 Release Candidate 1
88
Core and Builtins
99
-----------------
1010

11+
- Issue #8020: Avoid a crash where the small objects allocator would read
12+
non-Python managed memory while it is being modified by another thread.
13+
Patch by Matt Bandy.
14+
1115
- Issue #10841: On Windows, set the binary mode on stdin, stdout, stderr and
1216
all io.FileIO objects (to not translate newlines, \r\n <=> \n). The Python
1317
parser translates newlines (\r\n => \n).
@@ -36,10 +40,6 @@ Core and Builtins
3640
Library
3741
-------
3842

39-
- Issue #8020: Avoid a crash where the small objects allocator would read
40-
non-Python managed memory while it is being modified by another thread.
41-
Patch by Matt Bandy.
42-
4343
- Issue #10827: Changed the rules for 2-digit years. The time.asctime
4444
function will now format any year when ``time.accept2dyear`` is
4545
false and will accept years >= 1000 otherwise. The year range

0 commit comments

Comments
 (0)