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 proyvind
Recipients Christophe Simonis, Garen, amaury.forgeotdarc, arekm, devurandom, doko, eric.araujo, georg.brandl, jreese, lars.gustaebel, leonov, loewis, nicdumz, nikratio, ockham-razor, pitrou, proyvind, rcoyner, thedjatclubrock, vstinner, ysj.ray
Date 2010-10-31.20:57:33
SpamBayes Score 1.0855244e-05
Marked as misclassified No
Message-id <1288558654.91.0.332401754229.issue6715@psf.upfronthosting.co.za>
In-reply-to
Content
LZMAFile, LZMACompressor & LZMADecompressor are all inspired by and written to be as similar to bz2's for easier use & maintenance. I must admit that I haven't really put much thought into alternate ways to implement them beyond monkey see, monkey do.. ;)

LZMAOptions is a bit awkwardly written, but it doesn't serve documentation purposes only, it also exposes these values for max, min etc. to python (ie. as used by it's regression tests) and are also used when processing various compression options passed.

IMO it does serve a useful purpose, but certainly wouldn't hurt from being rewritten in some better way...
History
Date User Action Args
2010-10-31 20:57:35proyvindsetrecipients: + proyvind, loewis, georg.brandl, doko, amaury.forgeotdarc, arekm, lars.gustaebel, pitrou, vstinner, nicdumz, eric.araujo, Christophe Simonis, rcoyner, nikratio, leonov, devurandom, Garen, ysj.ray, thedjatclubrock, ockham-razor, jreese
2010-10-31 20:57:34proyvindsetmessageid: <1288558654.91.0.332401754229.issue6715@psf.upfronthosting.co.za>
2010-10-31 20:57:33proyvindlinkissue6715 messages
2010-10-31 20:57:33proyvindcreate