Lukas Wunner added the comment:
Thank you Martin for referencing my patch. It still applies cleanly with
--fuzz=0 to 2.7.10. Would be awesome if this fix would finally get merged.
--
nosy: +l
___
Python tracker
<http://bugs.python.org/issue24
Lukas Wunner added the comment:
*ping*
Anybody, please consider applying the patch I've submitted August 8th so that
this issue gets fixed in Python 2.7's urllib.py.
Thanks so much.
--
___
Python tracker
<http://bugs.python.org
Changes by Lukas Wunner :
Added file: http://bugs.python.org/file31663/run_setup-py27.diff
___
Python tracker
<http://bugs.python.org/issue18970>
___
___
Python-bug
Changes by Lukas Wunner :
Added file: http://bugs.python.org/file31664/run_setup-py26.diff
___
Python tracker
<http://bugs.python.org/issue18970>
___
___
Python-bug
New submission from Lukas Wunner:
The principle of least surprise suggests that run_setup() should behave
equivalently to a command line invocation of setup.py. However there are
currently (at least) two issues preventing this:
(a) When calling exec(), both a globals and a locals dict is
Changes by Lukas Wunner :
Added file: http://bugs.python.org/file31662/run_setup-py31.diff
___
Python tracker
<http://bugs.python.org/issue18970>
___
___
Python-bug
Lukas Wunner added the comment:
The attached patch adds just the missing import statement (which already exists
in all 3.x versions) and changes nothing else.
--
nosy: +l
Added file: http://bugs.python.org/file31591/issue18045-py27.diff
___
Python
Lukas Wunner added the comment:
Unfortunately this bug was only fixed in urllib2.py but never in urllib.py.
This keeps biting people in the butt to this very day. Example:
https://chromiumcodereview.appspot.com/10825107/
The attached patch remedies that and also fixes some more issues:
(1