commit | 8e02fb15e6adbe3afaeca08fdd8d4f2da030392c | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Jul 29 21:36:58 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Jul 29 21:36:58 2001 +0000 |
tree | 7b2853c6011ec75ffca7eea20aa2ff749a879b63 | |
parent | 412e458495f426bd14e5c3fab16c72d447a314c0 [diff] |
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.