]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[ 1761786 ] distutils.util.get_platform() return value on 64bit Windows
authorMark Hammond <mhammond@skippinet.com.au>
Tue, 21 Aug 2007 01:04:47 +0000 (01:04 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Tue, 21 Aug 2007 01:04:47 +0000 (01:04 +0000)
commite4f271f38d0e23e408624b3fab6298d9037a1307
treee039b54f509bffe3d2edf25198a535c4dfc0816b
parentc65a5f1b14ff6bd995d7cb102e5b4577ce0f16e2
1761786 ] distutils.util.get_platform() return value on 64bit Windows
As discussed on distutils-sig: Allows the generated installer name on
64bit Windows platforms to be different than the name generated for
32bit Windows platforms.
Lib/distutils/util.py