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

Skip to content

Commit 80f3bf9

Browse files
Move some Misc/NEWS entries to correct place.
1 parent 77a3ad7 commit 80f3bf9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now
14-
expand their arguments once instead of multiple times. Patch written by Illia
15-
Polosukhin.
16-
- Issue #15392: Create a unittest framework for IDLE.
17-
Rajagopalasarma Jayakrishnan
18-
19-
2013
- Issue #17937: Try harder to collect cyclic garbage at shutdown.
2114

2215
- Issue #12370: Prevent class bodies from interfering with the __class__
@@ -309,6 +302,9 @@ Library
309302
Tests
310303
-----
311304

305+
- Issue #15392: Create a unittest framework for IDLE.
306+
Rajagopalasarma Jayakrishnan
307+
312308
- Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't
313309
accidentally hang.
314310

@@ -373,6 +369,10 @@ Tests
373369
C-API
374370
-----
375371

372+
- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now
373+
expand their arguments once instead of multiple times. Patch written by Illia
374+
Polosukhin.
375+
376376
- Issue #17522: Add the PyGILState_Check() API.
377377

378378
- Issue #17327: Add PyDict_SetDefault.

0 commit comments

Comments
 (0)