]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed a caching bug in platform.platform() where the argument of 'terse' was
authorBrett Cannon <bcannon@gmail.com>
Thu, 25 Mar 2004 16:55:12 +0000 (16:55 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 25 Mar 2004 16:55:12 +0000 (16:55 +0000)
commit21beb4c2ceb5238a6a3ab83156db55f678ed01ec
tree018389e4b2746dc30feb70291606d3a805e09330
parent504ca68e20e01a42d89431a4562b3a72c9d62961
Fixed a caching bug in platform.platform() where the argument of 'terse' was
not taken into consideration when caching value.
Lib/platform.py
Misc/NEWS