]> granicus.if.org Git - python/commit
Add parameter sys_version to _sys_version().
authorMarc-André Lemburg <mal@egenix.com>
Sat, 13 Jan 2007 22:32:21 +0000 (22:32 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 13 Jan 2007 22:32:21 +0000 (22:32 +0000)
commit2be9d43c18213be2387f3cdaf9d7bf02fdd37e8d
tree9749a320127631da5c84543641991a64a2c478d1
parent4b86f8b88b7ac7e45a7b610293379f1cf63f6501
Add parameter sys_version to _sys_version().

Change the cache for _sys_version() to take the parameter into account.

Add support for parsing the IronPython 1.0.1 sys.version value - even
though it still returns '1.0.0'; the version string no longer includes
the patch level.
Lib/platform.py