]> 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:56:14 +0000 (16:56 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 25 Mar 2004 16:56:14 +0000 (16:56 +0000)
commita4645bf96f3751809f7c716b7a19868db91e2a96
treecdcc62d930e4a936f5ae20edf9a39b9e3c71fb57
parent7c286962e3be60b3ad03134f01a03c0f9e23ceec
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