We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec7a58 commit a2e66e3Copy full SHA for a2e66e3
readthedocs/projects/version_handling.py
@@ -16,7 +16,9 @@ def parse_version_failsafe(version_string):
16
"""
17
Parse a version in string form and return Version object.
18
19
- If there is an error parsing the string, ``None`` is returned.
+ If there is an error parsing the string
20
+ or the version doesn't have a "comparable" version number,
21
+ ``None`` is returned.
22
23
:param version_string: version as string object (e.g. '3.10.1')
24
:type version_string: str or unicode
0 commit comments