diff options
author | Christian Heimes <christian@cheimes.de> | 2013-10-17 11:40:00 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-10-17 11:40:00 (GMT) |
commit | 86823a52fcaa56fdd913495d2e7a6e5c9b5c7781 (patch) | |
tree | 84210964b4beef9ea952484d6961b744979a0f73 /Misc | |
parent | e4508eebb43bfc563192bb60a510d8d91cc6129d (diff) | |
download | cpython-86823a52fcaa56fdd913495d2e7a6e5c9b5c7781.zip cpython-86823a52fcaa56fdd913495d2e7a6e5c9b5c7781.tar.gz cpython-86823a52fcaa56fdd913495d2e7a6e5c9b5c7781.tar.bz2 |
Issue #19275: Fix test_site on AMD64 Snow Leopard
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ Library Tests ----- +- Issue #19275: Fix test_site on AMD64 Snow Leopard + - Issue #14407: Fix unittest test discovery in test_concurrent_futures. - Issue #18919: Unified and extended tests for audio modules: aifc, sunau and |