]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bootstrapping problem where setup.py was using configparser
authorRaymond Hettinger <python@rcn.com>
Tue, 3 Mar 2009 01:32:48 +0000 (01:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 Mar 2009 01:32:48 +0000 (01:32 +0000)
commitff23e8cfe53692e67fea475fbc8a582acd5a53f8
tree02a0df55ad6b1b3b946ec4ef78ab5e8e5276c8eb
parentdcaf329e40923d22aefefeaf48babd422a5ad384
Fix bootstrapping problem where setup.py was using configparser
before _collections had been built.
Lib/configparser.py