diff options
author | PJ Eby <distutils-sig@python.org> | 2005-12-06 03:12:48 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-12-06 03:12:48 +0000 |
commit | 45885095198f5ec1d7e80791a73c7385f2620b38 (patch) | |
tree | eb7e7a1494ffc117e495c53543483ed415aaf279 /setuptools.txt | |
parent | c8e2cdfc8d142f311d65d0a6de112a0bcad93b13 (diff) | |
download | external_python_setuptools-45885095198f5ec1d7e80791a73c7385f2620b38.tar.gz external_python_setuptools-45885095198f5ec1d7e80791a73c7385f2620b38.tar.bz2 external_python_setuptools-45885095198f5ec1d7e80791a73c7385f2620b38.zip |
Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, so
that you can process a directory tree through a processing filter as if
it were a zipfile or tarfile.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041617
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 610ad49a..65b36bc2 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2177,6 +2177,10 @@ Release Notes/Change History * Made all commands that use ``easy_install`` respect its configuration options, as this was causing some problems with ``setup.py install``. + * Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, so + that you can process a directory tree through a processing filter as if it + were a zipfile or tarfile. + 0.6a8 * Fixed some problems building extensions when Pyrex was installed, especially with Python 2.4 and/or packages using SWIG. |