diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-04 14:46:23 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-04 14:46:23 (GMT) |
commit | 28faf03d4474d184b30a8013c70845b6600d456d (patch) | |
tree | 990c34f6d2b4c5b0ed8a47690f7dcf8665d2a940 /Misc | |
parent | 59115aa7c9488baae1b706f077dcd84a558c0097 (diff) | |
download | cpython-28faf03d4474d184b30a8013c70845b6600d456d.zip cpython-28faf03d4474d184b30a8013c70845b6600d456d.tar.gz cpython-28faf03d4474d184b30a8013c70845b6600d456d.tar.bz2 |
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1259,6 +1259,7 @@ Nikita Vetoshkin Al Vezza Jacques A. Vidrine John Viega +Dino Viehland Kannan Vijayan Kurt Vile Norman Vine @@ -158,6 +158,9 @@ IDLE Tests ----- +- Issue #7855: Add tests for ctypes/winreg for issues found in IronPython. + Initial patch by Dino Viehland. + - Issue #17712: Fix test_gdb failures on Ubuntu 13.04. - Issue #17835: Fix test_io when the default OS pipe buffer size is larger |