]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge all fixes from Python 2.4. This includes:
authorGuido van Rossum <guido@python.org>
Wed, 5 May 2004 23:58:03 +0000 (23:58 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 May 2004 23:58:03 +0000 (23:58 +0000)
commit93389ae16c11995583404027db5db100a3f3ba7d
tree367c09cedcae563b9b8a50d9d43e090d1f86e10d
parentb3ec007ba15963086aa38e8742a7292e40ff7373
Merge all fixes from Python 2.4.  This includes:

1.12
Added more Windows version names (thanks to Thomas Heller).
Fixed bug in platform() cache (thanks to Brett Cannon).

1.10,1.11
Fixed a caching bug in platform.platform() where the argument of 'terse' was
not taken into consideration when caching value.
Lib/platform.py