diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-04 14:47:54 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-04 14:47:54 (GMT) |
commit | 4e59af7abddc7c43a6f52b571fcd65fc55e5f861 (patch) | |
tree | ca003819c375963050f61fdc4cad1e60bd4aeb0c /Misc/NEWS | |
parent | a8bc7fd559fa231729ade7bac04af64353ab09cd (diff) | |
parent | 28faf03d4474d184b30a8013c70845b6600d456d (diff) | |
download | cpython-4e59af7abddc7c43a6f52b571fcd65fc55e5f861.zip cpython-4e59af7abddc7c43a6f52b571fcd65fc55e5f861.tar.gz cpython-4e59af7abddc7c43a6f52b571fcd65fc55e5f861.tar.bz2 |
#7855: merge with 3.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -188,6 +188,9 @@ Library Tests ----- +- Issue #7855: Add tests for ctypes/winreg for issues found in IronPython. + Initial patch by Dino Viehland. + - Issue #11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray. |