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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, devurandom
Date 2009-08-17.11:37:25
SpamBayes Score 0.0025592311
Marked as misclassified No
Message-id <1250509048.14.0.998326491568.issue6715@psf.upfronthosting.co.za>
In-reply-to
Content
Is zc really a C library? I could find a standalone program, but no
shared object.
Actually, it seems that zc is a file format based on the lzma algorithm.
The plan could be to first implement the lzma module (issue5689), then a
xzfile module in pure python.
History
Date User Action Args
2009-08-17 11:37:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, devurandom
2009-08-17 11:37:28amaury.forgeotdarcsetmessageid: <1250509048.14.0.998326491568.issue6715@psf.upfronthosting.co.za>
2009-08-17 11:37:26amaury.forgeotdarclinkissue6715 messages
2009-08-17 11:37:26amaury.forgeotdarccreate