Message 343143 - Python tracker

Message343143

Author Dobatymo
Recipients Dobatymo
Date 2019-05-22.03:36:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558496168.36.0.56962236665.issue37005@roundup.psfhosted.org>
In-reply-to
Content
According to https://en.wikipedia.org/wiki/Bzip2 the reference implementation of bzip2 writes an end-of-stream marker (also called stream footer) with a magic number and a stream checksum to the file.

Python does not do so. The files can still be read by all bzip2 compatible software I tried. For completeness and better error detection however, writing this marker (optionally maybe) would be useful.
History
Date User Action Args
2019-05-22 03:36:08Dobatymosetrecipients: + Dobatymo
2019-05-22 03:36:08Dobatymosetmessageid: <1558496168.36.0.56962236665.issue37005@roundup.psfhosted.org>
2019-05-22 03:36:08Dobatymolinkissue37005 messages
2019-05-22 03:36:08Dobatymocreate