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.

作者 proyvind
收信人 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
日期 2010-10-31.20:57:33
SpamBayes Score 1.0855244e-05
Marked as misclassified
Message-id <1288558654.91.0.332401754229.issue6715@psf.upfronthosting.co.za>
In-reply-to
内容
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...
历史
日期 用户 动作 参数
2010-10-31 20:57:35proyvind修改recipients: + 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:34proyvind修改messageid: <1288558654.91.0.332401754229.issue6715@psf.upfronthosting.co.za>
2010-10-31 20:57:33proyvind链接issue6715 messages
2010-10-31 20:57:33proyvind创建