Issue #10914: add NEWS item.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 25 Apr 2011 19:22:04 +0000 (21:22 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 25 Apr 2011 19:22:04 +0000 (21:22 +0200)
Misc/NEWS

index 36f34e66f34ed5afc11a60f0975ff332f6c8ca00..f4a4c5258eb13a4b40266b921e88e3590af7784e 100644 (file)
--- 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.