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 Oleg.Plakhotnyuk
Recipients Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
Date 2011-12-30.09:23:33
SpamBayes Score 0.00026776956
Marked as misclassified No
Message-id <1325237015.55.0.920988533262.issue13680@psf.upfronthosting.co.za>
In-reply-to
Content
Two changes have been made to the library:
1. Lowercase compression type support have been added to the sample width validation routine during write operation. Everywhere else compression types are used in both lowercase and uppercase.
2. Redundant invalid compression type check has been removed. It cannot be executed using public module interface, therefore I think it is not necessary.
History
Date User Action Args
2011-12-30 09:23:35Oleg.Plakhotnyuksetrecipients: + Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
2011-12-30 09:23:35Oleg.Plakhotnyuksetmessageid: <1325237015.55.0.920988533262.issue13680@psf.upfronthosting.co.za>
2011-12-30 09:23:34Oleg.Plakhotnyuklinkissue13680 messages
2011-12-30 09:23:34Oleg.Plakhotnyukcreate