summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-11-03 06:54:46 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-11-03 06:54:46 (GMT)
commit4e641df09b47dd48c26a18b9f2191a8c44ee2c03 (patch)
treec7a52596e49b6459e8b175e39e40b1dc496335a5 /Misc
parentf4cb48a72b20b2d166d5303426ab4098243c35e1 (diff)
downloadcpython-4e641df09b47dd48c26a18b9f2191a8c44ee2c03.zip
cpython-4e641df09b47dd48c26a18b9f2191a8c44ee2c03.tar.gz
cpython-4e641df09b47dd48c26a18b9f2191a8c44ee2c03.tar.bz2
Close #19439: execute embedding tests on Windows
Patch by Zachary Ware
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3099b7f..c90093d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -153,6 +153,9 @@ Library
Tests
-----
+- Issue #19439: interpreter embedding tests are now executed on Windows
+ (Patch by Zachary Ware)
+
- Issue #19085: Added basic tests for all tkinter widget options.
- Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.