]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1478326: don't allow '/' in distutils.util.get_platform machine names
authorGeorg Brandl <georg@python.org>
Fri, 28 Apr 2006 16:58:56 +0000 (16:58 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 28 Apr 2006 16:58:56 +0000 (16:58 +0000)
commita64b9816ec0b3949386a10ba2fdb099f054ad212
tree4577465baf268c6221d43a225007eef71ae2af19
parenta5a4604b9db574370062c78b7faf57009f5e856a
Bug #1478326: don't allow '/' in distutils.util.get_platform machine names
since this value is used to name the build directory.
 (backport from rev. 45786)
Lib/distutils/util.py