diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-03 06:54:46 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-03 06:54:46 (GMT) |
commit | 4e641df09b47dd48c26a18b9f2191a8c44ee2c03 (patch) | |
tree | c7a52596e49b6459e8b175e39e40b1dc496335a5 /Misc | |
parent | f4cb48a72b20b2d166d5303426ab4098243c35e1 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |