]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#4157 move two test functions out of platform.py.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 21 Oct 2008 22:01:38 +0000 (22:01 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 21 Oct 2008 22:01:38 +0000 (22:01 +0000)
commitfbc0b0ca29c0c8120bcf979bac6cb6d64cc87f60
treee565e044badee18a68fd11b2e76cb26d235d66f5
parent77c2f93663cc7583047d53cf7ecf9d9c5e3ebf7e
#4157 move two test functions out of platform.py.

Turn them into unit tests, and correct an obvious typo:
    (("a", "b") ("c", "d") ("e", "f"))
compiles even with the missing commas, but does not execute very well...
Lib/platform.py
Lib/test/test_platform.py