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 cstratak
Recipients cstratak, lars.gustaebel
Date 2017-10-12.14:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507817839.86.0.213398074469.issue31774@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to create an archive with the tarfile module, by specifying a different blocking factor, doesn't seem to work as only the default value is being used. The issue is reproducible on all the active python branches.

Attaching a script to reproduce it.

Original bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1492157
History
Date User Action Args
2017-10-12 14:17:19cstrataksetrecipients: + cstratak, lars.gustaebel
2017-10-12 14:17:19cstrataksetmessageid: <1507817839.86.0.213398074469.issue31774@psf.upfronthosting.co.za>
2017-10-12 14:17:19cstrataklinkissue31774 messages
2017-10-12 14:17:19cstratakcreate