diff options
author | Michael Foord <michael@voidspace.org.uk> | 2014-04-14 20:10:02 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2014-04-14 20:10:02 (GMT) |
commit | fba913f77aa53dff416753c987bf590762c98406 (patch) | |
tree | c9b5cfe56db2e7f87f5b631ce1a5f4e9bf7cd65e /Misc | |
parent | 4f7b0c3c358fe614042951a4ecacf73f08254699 (diff) | |
parent | 01bafdcccc4ab653f70379a58a3183fac36e7132 (diff) | |
download | cpython-fba913f77aa53dff416753c987bf590762c98406.zip cpython-fba913f77aa53dff416753c987bf590762c98406.tar.gz cpython-fba913f77aa53dff416753c987bf590762c98406.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Core and Builtins Library ------- +- Issue #17826: setting an iterable side_effect on a mock function created by + create_autospec now works. Patch by Kushal Das. + - Issue #7776: Fix ``Host:`` header and reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath. |