diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2014-03-23 12:52:16 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2014-03-23 12:52:16 (GMT) |
commit | c346060440f342fa0138536057d16fdaf1f974f0 (patch) | |
tree | 99b0375d0f7e2bf6c7db65cb09cb5bb55974b60e /Misc | |
parent | 80a5be1d84689a680900ff4900acb2a39ec6d2a8 (diff) | |
parent | 3e952d56ea1c50294cf3445dac5dc6a8ad27fbbe (diff) | |
download | cpython-c346060440f342fa0138536057d16fdaf1f974f0.zip cpython-c346060440f342fa0138536057d16fdaf1f974f0.tar.gz cpython-c346060440f342fa0138536057d16fdaf1f974f0.tar.bz2 |
Merge 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Core and Builtins Library ------- +- Issue #20633: Replace relative import by absolute import. + - Issue #20980: Stop wrapping exception when using ThreadPool. - Issue #20990: Fix issues found by pyflakes for multiprocessing. |