[issue27228] just for clearing: os.path.normpath("file://a") returns "file:/a"

Georg Brandl report at bugs.python.org
Sun Jun 5 08:11:02 EDT 2016


Georg Brandl added the comment:

`os.path` does not handle URIs of any type, so this behavior is correct as Steven says.

----------
nosy: +georg.brandl
resolution:  -> not a bug
status: open -> closed

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


More information about the Python-bugs-list mailing list