Kaydet (Commit) a31f57cc authored tarafından Gregory P. Smith's avatar Gregory P. Smith

NEWS entry for subprocess module C extension in r78946.

üst fb94c5f1
......@@ -283,6 +283,10 @@ C-API
Library
-------
- The internals of the subprocess module on POSIX systems have been replaced
by an extension module (_posixsubprocess) so that the fork()+exec() can be
done safely without the possibility of deadlock in multithreaded applications.
- Issue #6472: The xml.etree package is updated to ElementTree 1.3. The
cElementTree module is updated too.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment