diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-25 19:22:04 (GMT) |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-25 19:22:04 (GMT) |
| commit | 72562d065e51a62023f585037e6d5eb4ccb71784 (patch) | |
| tree | 7df87800159236d1ab1651dc660c311b1418faa9 | |
| parent | 8e6057769373a76fb8cead60f001ced38b635c5c (diff) | |
| download | cpython-72562d065e51a62023f585037e6d5eb4ccb71784.zip cpython-72562d065e51a62023f585037e6d5eb4ccb71784.tar.gz cpython-72562d065e51a62023f585037e6d5eb4ccb71784.tar.bz2 | |
Issue #10914: add NEWS item.
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
