Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete mentions of the compress program and .Z archives. | Éric Araujo | 2011-08-29 | 1 | -8/+1 |
| | | | | | | Packaging uses the shutil.make_archive function copied from distutils, which does not support compress. There is no test to check that “bdist --format whatever” works, so this slipped by. | ||||
* | Add documentation for the packaging module. | Éric Araujo | 2011-06-01 | 1 | -0/+273 |
This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update. |