I have made changes to urlparse.urljoin which would behave confirming to
RFC3986. The join of BASE ("http://a/b/c/d;p?q") with REL("?y") would result in
"http://a/b/c/d;p?y" as expected.
I have added a set of testcases for conformance with RFC3986 as well.
Added file: http://bugs.python.org/file11053/issue1432-py26.diff
No comments:
Post a Comment