File: 1.1.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 (15 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
1.1.0 -- 2017-07-18
-------------------

- Correct the regular expression for the User Information sub-component of the
  Authority Component.

  See also `GitHub #26`_

- :meth:`~rfc3986.validators.Validator.check_validity_of` to the
  :class:`~rfc3986.validators.Validator` class. See
  :ref:`Validating URIs <validating>` documentation for more information.

.. links
.. _GitHub #26:
    https://github.com/python-hyper/rfc3986/pull/26