File: 1.5.0.rst

package info (click to toggle)
python-rfc3986 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 488 kB
  • sloc: python: 2,950; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
1.5.0 - 2021-05-07
------------------

- Fix bug where a valid IRI is mishandled by ``urlparse`` and
  ``ParseResultBytes``.

  See also `GitHub #57`_

- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
  :meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
  :meth:`~rfc3986.builder.URIBuilder.geturl` to
  :class:`~rfc3986.builder.URIBuilder`.

  See also `GitHub #29`_

.. links

.. _GitHub #29:
    https://github.com/python-hyper/rfc3986/issues/29

.. _GitHub #57:
    https://github.com/python-hyper/rfc3986/issues/57