Changes between Initial Version and Version 1 of Ticket #22717, comment 5
- Timestamp:
- May 28, 2014, 12:35:10 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22717, comment 5
initial v1 1 `urljoin()` is implemented like this in Python to be consistent with RFC 3986, section 5.2.3. (http://tools.ietf.org/html/rfc3986#section-5.2.3) which states how merging a relative-path with the base URI should work. It *might* not be a good idea to override that standard for the conv ince.1 `urljoin()` is implemented like this in Python to be consistent with RFC 3986, section 5.2.3. (http://tools.ietf.org/html/rfc3986#section-5.2.3) which states how merging a relative-path with the base URI should work. It *might* not be a good idea to override that standard for the convenience.