cpython/Misc/NEWS.d/next
Arnon Yaari 5dd836030e
bpo-38527: fix configure script for Solaris (GH-16845)
On Solaris, the regular "grep" command may be an old version that fails to search a binary file. We need to use the correct command (ggrep, in our case), which is found by the configure script earlier.

Automerge-Triggered-By: @pablogsal
2020-04-01 08:19:09 -07:00
..
Build bpo-38527: fix configure script for Solaris (GH-16845) 2020-04-01 08:19:09 -07: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-39682: make `pathlib.Path` immutable by removing (undocumented) support for "closing" a path by using it as a context manager (GH-18846) 2020-04-01 16:10:51 +02: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