This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wdv4758h
Recipients wdv4758h
Date 2015-02-09.13:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423487017.12.0.640987709425.issue23421@psf.upfronthosting.co.za>
In-reply-to
Content
The command "python -m tarfile -c test.tar.bz2 test/" should create a file that is compressed by bzip2,
but actually the detection of compression algorithm that should be used is broken (for gz, xz, bz2).

fix it by prepending a dot to the keys of the dictionary
History
Date User Action Args
2015-02-09 13:03:37wdv4758hsetrecipients: + wdv4758h
2015-02-09 13:03:37wdv4758hsetmessageid: <1423487017.12.0.640987709425.issue23421@psf.upfronthosting.co.za>
2015-02-09 13:03:37wdv4758hlinkissue23421 messages
2015-02-09 13:03:36wdv4758hcreate