[issue8463] shutil.make_archive() supports bz2, but it's not documented

Lino Mastrodomenico report at bugs.python.org
Mon Apr 19 18:25:25 CEST 2010


New submission from Lino Mastrodomenico <l.mastrodomenico at gmail.com>:

The new function shutil.make_archive() supports bzip2 compression using "bztar" as format parameter, but neither the documentation nor the docstring mention it (all the other compression formats are correctly listed).

----------
assignee: georg.brandl
components: Documentation
messages: 103614
nosy: georg.brandl, mastrodomenico
severity: normal
status: open
title: shutil.make_archive() supports bz2, but it's not documented
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8463>
_______________________________________


More information about the Python-bugs-list mailing list