summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-06-12-08-56-22.bpo-21872.V9QGGN.rst
blob: 90df756f9a81b474fbf06bfd4e7cdeb250af0b76 (plain)
1
2
3
Fix :mod:`lzma`: module decompresses data incompletely. When decompressing a
FORMAT_ALONE format file, and it doesn't have the end marker, sometimes the
last one to dozens bytes can't be output. Patch by Ma Lin.