mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
docs/library: Document that sys.version_info returns a 3-tuple only.
See issue #4970.
This commit is contained in:
committed by
Damien George
parent
6592a30f4b
commit
d5a7741606
@@ -134,3 +134,9 @@ Constants
|
||||
.. data:: version_info
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user