cpython/Misc/NEWS.d/next
Victor Stinner 278c1e159c
bpo-40094: Add test.support.wait_process() (GH-19254)
Moreover, the following tests now check the child process exit code:

* test_os.PtyTests
* test_mailbox.test_lock_conflict()
* test_tempfile.test_process_awareness()
* test_uuid.testIssue8621()
* multiprocessing resource tracker tests
2020-03-31 20:08:12 +02:00
..
Build Python 3.9.0a5 2020-03-23 17:19:13 +01:00
C API bpo-39947: Add PyThreadState_GetID() function (GH-19163) 2020-03-25 21:23:53 +01:00
Core and Builtins bpo-1635741: Port math module to multiphase initialization (GH-19243) 2020-03-31 16:33:22 +02:00
Documentation bpo-39879: Update datamodel docs to include dict ordering (GH-19006) 2020-03-26 09:54:04 -05:00
IDLE Python 3.9.0a5 2020-03-23 17:19:13 +01:00
Library bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239) 2020-03-31 12:23:55 +01:00
Security bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) 2020-03-31 12:38:53 +01:00
Tests bpo-40094: Add test.support.wait_process() (GH-19254) 2020-03-31 20:08:12 +02:00
Tools-Demos Python 3.9.0a5 2020-03-23 17:19:13 +01:00
Windows bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) 2020-03-30 17:04:45 +01:00
macOS Python 3.9.0a5 2020-03-23 17:19:13 +01:00