This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orivej
Recipients alexandre.vassalotti, andrewsmedina, barry, benjamin.peterson, brett.cannon, fdrake, georg.brandl, gpolo, hdiogenes, jhylton, jnoller, juracy@gmail.com, kbk, mark.dickinson, orivej, quentin.gallet-gilles
Date 2008-06-29.21:34:23
SpamBayes Score 0.09160727
Marked as misclassified No
Message-id <1214775264.46.0.850795317269.issue2775@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2008-06-29 21:34:24orivejsetspambayes_score: 0.0916073 -> 0.09160727
recipients: + orivej, jhylton, fdrake, barry, brett.cannon, georg.brandl, kbk, mark.dickinson, alexandre.vassalotti, hdiogenes, quentin.gallet-gilles, benjamin.peterson, gpolo, jnoller, andrewsmedina, juracy@gmail.com
2008-06-29 21:34:24orivejsetspambayes_score: 0.0916073 -> 0.0916073
messageid: <1214775264.46.0.850795317269.issue2775@psf.upfronthosting.co.za>
2008-06-29 21:34:23orivejlinkissue2775 messages
2008-06-29 21:34:23orivejcreate