]> granicus.if.org Git - python/commit
Repair long-standing mistakes in the distutils and xml installations:
authorTim Peters <tim.peters@gmail.com>
Sun, 29 Jul 2001 21:36:58 +0000 (21:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 29 Jul 2001 21:36:58 +0000 (21:36 +0000)
commit8e02fb15e6adbe3afaeca08fdd8d4f2da030392c
tree7b2853c6011ec75ffca7eea20aa2ff749a879b63
parent412e458495f426bd14e5c3fab16c72d447a314c0
Repair long-standing mistakes in the distutils and xml installations:
1. Only .py files were getting installed.
2. Empty CVS directories were getting created.
Both were due to trying to get away with "recursively copy *.py" one-
liner scripting.
PCbuild/python20.wse