Not creating new bug entry because everybody can quickly fix it.
In urllib/request.py some instances of URLError are raised with "raise
urllib.error.URLError" and this works, buth there are lines with "raise
URLError" which produces "NameError: global name 'URLError' is not defined"
http://bugs.python.org/issue2775
Update: Georg fixed it in revision 64624.
It was quick and I turned up bit late.
No comments:
Post a Comment