File: 2.0.0.rst

package info (click to toggle)
python-rfc3986 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 500 kB
  • sloc: python: 2,899; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
2.0.0 - 2022-01-10
------------------

- Drop support for Python 2.7, 3.3, 3.4, 3.5, 3.6

- Add support for Python 3.8, 3.9, 3.10

- Fix bug in resolving URIs that only contain schemes which are valid per the
  RFC - `bug 81`_

.. links below here
.. _bug 81:
   https://github.com/python-hyper/rfc3986/issues/81