[Python-checkins] r76356 - peps/trunk/pep-0345.txt

tarek.ziade python-checkins at python.org
Tue Nov 17 23:53:57 CET 2009


Author: tarek.ziade
Date: Tue Nov 17 23:53:57 2009
New Revision: 76356

Log:
added the full version string for python

Modified:
   peps/trunk/pep-0345.txt

Modified: peps/trunk/pep-0345.txt
==============================================================================
--- peps/trunk/pep-0345.txt	(original)
+++ peps/trunk/pep-0345.txt	Tue Nov 17 23:53:57 2009
@@ -485,6 +485,7 @@
 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()


More information about the Python-checkins mailing list