added the full version string for python
This commit is contained in:
parent
444d868839
commit
510afcef1b
|
@ -485,6 +485,7 @@ The pseudo-grammar is ::
|
|||
where ``EXPR`` belongs to any of those:
|
||||
|
||||
- python_version = '%s.%s' % (sys.version_info[0], sys.version_info[1])
|
||||
- python_full_version = sys.version.split()[0]
|
||||
- os.name = os.name
|
||||
- sys.platform = sys.platform
|
||||
- platform.version = platform.version()
|
||||
|
|
Loading…
Reference in New Issue