diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-04-22 21:14:41 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-04-22 21:14:41 (GMT) |
commit | 9686585a82defca236da0e29f44137c491d9e980 (patch) | |
tree | d7ea91d89c5b0a4269a287aed06b30c9a712fa77 /Misc | |
parent | d59fefb23adc75fbdec618e24e93848ae406e3d8 (diff) | |
download | cpython-9686585a82defca236da0e29f44137c491d9e980.zip cpython-9686585a82defca236da0e29f44137c491d9e980.tar.gz cpython-9686585a82defca236da0e29f44137c491d9e980.tar.bz2 |
Issue #2670: urllib2.build_opener() failed when two handlers
derive the same default base class.
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and builtins Extensions Modules ------------------ +- Issue #2670: Fix a failure in urllib2.build_opener(), when passed two + handlers that derive the same default base class. + - Added kill, terminate and send_signal(sig) to subprocess.Popen. - Added phase(z) -> phi, polar(z) -> r, phi and rect(r, phi) -> z to the cmath |