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 Sam.Rushing
Recipients Sam.Rushing, jcea
Date 2012-05-03.23:04:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336086257.1.0.0778324847886.issue14684@psf.upfronthosting.co.za>
In-reply-to
Content
I'm currently reworking this so that the dictionaries are provided in the constructor, and inflateSetDictionary() is called automatically.  I've gone over the zlib RFC's and zlibmodule.c, and I'm fairly certain that whatever usage mode might involve multiple calls to SetDictionary() couldn't be supported by the zlib object anyway.

r.e. 3.3/3.4 - I merely chose the highest version number I saw, since this diff is against HEAD (as recommended by the docs).  It's been quite a few years since I've submitted a patch to CPython!
History
Date User Action Args
2012-05-03 23:04:17Sam.Rushingsetrecipients: + Sam.Rushing, jcea
2012-05-03 23:04:17Sam.Rushingsetmessageid: <1336086257.1.0.0778324847886.issue14684@psf.upfronthosting.co.za>
2012-05-03 23:04:16Sam.Rushinglinkissue14684 messages
2012-05-03 23:04:16Sam.Rushingcreate