]> granicus.if.org Git - python/commit
Bump version number and change copyright year.
authorMarc-André Lemburg <mal@egenix.com>
Sat, 13 Jan 2007 21:00:08 +0000 (21:00 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 13 Jan 2007 21:00:08 +0000 (21:00 +0000)
commit9e0dc960d74e0d21062ceb313f833a873ad0cadd
treeea742f5a406a0583d27726ac38ceedd2d3a6dfc7
parent7ded34d25e384120f8a605a587e558e1f2621c9f
Bump version number and change copyright year.

Add new API linux_distribution() which supports reading the full distribution
name and also knows how to parse LSB-style release files.

Redirect the old dist() API to the new API (using the short distribution name
taken from the release file filename).

Add branch and revision to _sys_version().

Add work-around for Cygwin to libc_ver().

Add support for IronPython (thanks for Anthony Baxter) and make
Jython support more robust.
Lib/platform.py