lucianopaz / compress_pickle

Standard python pickle, thinly wrapped with standard compression libraries
MIT License
42 stars 11 forks source link

bzip should be inferred from .bz2 extension #22

Closed vtyw closed 3 years ago

vtyw commented 3 years ago

The official extension for bzip2 is '.bz2', not '.bz', so ideally load and dump should be able to infer the format given a '.bz2' filename extension.

lucianopaz commented 3 years ago

Thanks @vtyw! I'll incorporate that extension. It shouldn't be too difficult, but I'm not sure if I'll be able to do so in the next week or so.

lucianopaz commented 3 years ago

Closed by #26