Message173060
> 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") |
|
Date |
User |
Action |
Args |
2012-10-16 16:52:05 | chris.jerdonek | set | recipients:
+ chris.jerdonek, ncoghlan, orsenthil, ezio.melotti |
2012-10-16 16:52:05 | chris.jerdonek | set | messageid: <1350406325.56.0.108283438473.issue16250@psf.upfronthosting.co.za> |
2012-10-16 16:52:05 | chris.jerdonek | link | issue16250 messages |
2012-10-16 16:52:05 | chris.jerdonek | create | |
|