Line | |
---|
1 | 1.5.0 - 2021-05-07
|
---|
2 | ------------------
|
---|
3 |
|
---|
4 | - Fix bug where a valid IRI is mishandled by ``urlparse`` and
|
---|
5 | ``ParseResultBytes``.
|
---|
6 |
|
---|
7 | See also `GitHub #57`_
|
---|
8 |
|
---|
9 | - Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
|
---|
10 | :meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
|
---|
11 | :meth:`~rfc3986.builder.URIBuilder.geturl` to
|
---|
12 | :class:`~rfc3986.builder.URIBuilder`.
|
---|
13 |
|
---|
14 | See also `GitHub #29`_
|
---|
15 |
|
---|
16 | .. links
|
---|
17 |
|
---|
18 | .. _GitHub #29:
|
---|
19 | https://github.com/python-hyper/rfc3986/issues/29
|
---|
20 |
|
---|
21 | .. _GitHub #57:
|
---|
22 | https://github.com/python-hyper/rfc3986/issues/57
|
---|
Note:
See
TracBrowser
for help on using the repository browser.