[Python-Dev] Re: URL processing conformance and principles (original) (raw)
Mike Brown mike at skew.org
Fri Sep 17 22:37:53 CEST 2004
- Previous message: [Python-Dev] Re: URL processing conformance and principles (was Re: urllib.urlopen...)
- Next message: [Python-Dev] Strawman decision: @decorator won't change
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Re: URL processing conformance and principles (was Re: urllib.urlopen...)
- Next message: [Python-Dev] Strawman decision: @decorator won't change
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]