Comparison made by distutils.version.LooseVersion

This commit is contained in:
Marco Buttu
2017-01-15 22:09:15 +01:00
parent e7166bbc08
commit df1c46974d
2 changed files with 6 additions and 4 deletions

View File

@@ -80,7 +80,9 @@ a comma-separated list of group names.
.. doctest::
:pyversion: > 3.3
The supported operands are ``<``, ``<=``, ``==``, ``>=``, and ``>``.
The supported operands are ``<``, ``<=``, ``==``, ``>=``, ``>``, and
comparison is performed by `distutils.version.LooseVersion
<https://www.python.org/dev/peps/pep-0386/#distutils>`__.
.. versionadded:: 1.5