[Python-Dev] Re: URL processing conformance and principles

Mike Brown mike at skew.org
Fri Sep 17 22:37:53 CEST 2004


Oops, found another little mistake in my last email:
>      The base URI will be based on os.getcwd(). We'll say cwd is
>      '/home/mike/test' to keep it simple. Base URI then is
>      u'file:///home/mike/test'.

I meant to say u'file:///home/mike/test/' (with trailing slash). Even 
though the filesystem does not care, the resolution-to-absolute-form 
algorithm does.


More information about the Python-Dev mailing list