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 chortos
Recipients chortos, nadeem.vawda, petri.lehtinen, pitrou
Date 2011-08-02.16:24:05
SpamBayes Score 1.6514674e-05
Marked as misclassified No
Message-id <1312302246.53.0.132722743921.issue12646@psf.upfronthosting.co.za>
In-reply-to
Content
I like the new patch, but shouldn’t the default be to behave the same way zlib.decompress() behaves, i. e. raise? (Or perhaps zlib.decompress() should be modified not to raise instead. I’m just aiming at consistency.) Of course this will break code that relies on the old behaviour but the fix (adding strict=False) is trivial.
History
Date User Action Args
2011-08-02 16:24:06chortossetrecipients: + chortos, pitrou, nadeem.vawda, petri.lehtinen
2011-08-02 16:24:06chortossetmessageid: <1312302246.53.0.132722743921.issue12646@psf.upfronthosting.co.za>
2011-08-02 16:24:05chortoslinkissue12646 messages
2011-08-02 16:24:05chortoscreate