Skip to content
Snippets Groups Projects
Commit d5a77416 authored by Tom McDermott's avatar Tom McDermott Committed by Damien George
Browse files

docs/library: Document that sys.version_info returns a 3-tuple only.

See issue #4970.
parent 6592a30f
No related branches found
No related tags found
No related merge requests found
...@@ -134,3 +134,9 @@ Constants ...@@ -134,3 +134,9 @@ Constants
.. data:: version_info .. data:: version_info
Python language version that this implementation conforms to, as a tuple of ints. Python language version that this implementation conforms to, as a tuple of ints.
.. admonition:: Difference to CPython
:class: attention
Only the first three version numbers (major, minor, micro) are supported and
they can be referenced only by index, not by name.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment