projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e60577
)
Issue #10914: add NEWS item.
author
Antoine Pitrou
<solipsis@pitrou.net>
Mon, 25 Apr 2011 19:22:04 +0000
(21:22 +0200)
committer
Antoine Pitrou
<solipsis@pitrou.net>
Mon, 25 Apr 2011 19:22:04 +0000
(21:22 +0200)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/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.