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 chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, ncoghlan, orsenthil
Date 2012-10-16.16:52:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350406325.56.0.108283438473.issue16250@psf.upfronthosting.co.za>
In-reply-to
Content
> raise URLError('local file error: not on local host')

I should also point out that URLError invocations with formats like the above already do occur in Lib/urllib/request.py.  For example:

    raise URLError('ftp error: no host given')
    exc = URLError('ftp error: %s' % msg)
    raise URLError("http protocol error: bad status line")
History
Date User Action Args
2012-10-16 16:52:05chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, orsenthil, ezio.melotti
2012-10-16 16:52:05chris.jerdoneksetmessageid: <1350406325.56.0.108283438473.issue16250@psf.upfronthosting.co.za>
2012-10-16 16:52:05chris.jerdoneklinkissue16250 messages
2012-10-16 16:52:05chris.jerdonekcreate