diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-04 06:01:35 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-04 06:01:35 (GMT) |
commit | a03702252f591e477db0576bea589d21afdfa601 (patch) | |
tree | 1aa9b9315fe934df262fa72b04865063f012a8ad /Misc | |
parent | 46f7785e28c17f33252a95a57dd3827811291394 (diff) | |
download | cpython-a03702252f591e477db0576bea589d21afdfa601.zip cpython-a03702252f591e477db0576bea589d21afdfa601.tar.gz cpython-a03702252f591e477db0576bea589d21afdfa601.tar.bz2 |
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Based on patches by Brian Brazil and Daniel Rocco.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1214,6 +1214,7 @@ Ben Roberts Mark Roberts Andy Robinson Jim Robinson +Daniel Rocco Mark Roddy Kevin Rodgers Sean Rodman @@ -73,6 +73,9 @@ Core and Builtins Library ------- +- Issue #12923: Reset FancyURLopener's redirect counter even if there is an + exception. Based on patches by Brian Brazil and Daniel Rocco. + - Issue #25945: Fixed a crash when unpickle the functools.partial object with wrong state. Fixed a leak in failed functools.partial constructor. "args" and "keywords" attributes of functools.partial have now always types |