Issue 541980: urllib.urlopen throws OSError (original) (raw)

Issue541980

Created on 2002-04-10 13:44 by nectar, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
urllib.patch nectar,2002-04-10 13:44 patch for urllib.py
Messages (2)
msg10243 - (view) Author: Jacques A. Vidrine (nectar) Date: 2002-04-10 13:44
urllib.urlopen throws OSError when processing file:// (local file) URLs and an error is encountered. It should instead throw IOError in these cases to be consistent with the built-in open function and with the urllib documentation. A patch is attached. See bug report 482171 for an example of the consequences of this bug (which was hacked around for Python 2.2 it appears). The bug also impacts 4Suite's XSLT processor (using include paths causes an unhandled exception).
msg10244 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-04-15 00:25
Logged In: YES user_id=6380 Thanks; your fix is applied as urllib.py 1.143.
History
Date User Action Args
2022-04-10 16:05:12 admin set github: 36407
2002-04-10 13:44:26 nectar create