From: Antoine Pitrou Date: Mon, 25 Apr 2011 19:22:04 +0000 (+0200) Subject: Issue #10914: add NEWS item. X-Git-Tag: v3.2.1b1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72562d065e51a62023f585037e6d5eb4ccb71784;p=thirdparty%2FPython%2Fcpython.git Issue #10914: add NEWS item. --- diff --git a/Misc/NEWS b/Misc/NEWS index 36f34e66f34e..f4a4c5258eb1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -281,6 +281,8 @@ Extensions Tests ----- +- Issue #10914: Add a minimal embedding test to test_capi. + - Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. - Fix possible "file already exists" error when running the tests in parallel.