[New-bugs-announce] [issue16300] Windows raises ValueError for file:///file/not/exists instead of URLError

Senthil Kumaran report at bugs.python.org
Mon Oct 22 16:11:46 CEST 2012


New submission from Senthil Kumaran:

>From the Buildbot failure - http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/7573/steps/test/logs/stdio

I remember that we restricted the access for file:// scheme to localhost only for Windows/Cygwin. In terms of exception raised it could either be consistent with other platforms and raise URLError or it could be for good reasons, the tests may need to be tweaked for windows.

----------
assignee: orsenthil
keywords: easy
messages: 173522
nosy: orsenthil
priority: normal
severity: normal
status: open
title: Windows raises ValueError for file:///file/not/exists instead of URLError
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16300>
_______________________________________


More information about the New-bugs-announce mailing list