You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, there are standard Python modules for .gzip (zlib) and .bz2 (bz2) formats.
This could be an important new feature to get rid of the original subprocess.Popen call, creating a new subprocess to forward output stream data from dump files.
The text was updated successfully, but these errors were encountered:
glimmerphoenix
changed the title
Using specific modules to handle dum file decompression
Using specific modules to handle dump file decompression
Nov 25, 2014
Several Python modules are available to directly handle different file compression formats:
https://pypi.python.org/pypi/dtrx/7.1
https://pypi.python.org/pypi/patool
In addition, there are standard Python modules for .gzip (
zlib
) and .bz2 (bz2
) formats.This could be an important new feature to get rid of the original
subprocess.Popen
call, creating a new subprocess to forward output stream data from dump files.The text was updated successfully, but these errors were encountered: