added the full version string for python

This commit is contained in:
Tarek Ziadé 2009-11-17 22:53:57 +00:00
parent 444d868839
commit 510afcef1b
1 changed files with 1 additions and 0 deletions

View File

@ -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()