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 serhiy.storchaka
Recipients larry, meador.inge, nadeem.vawda, serhiy.storchaka
Date 2014-01-22.12:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3221044.rNR48axy1s@raxxla>
In-reply-to <1390152218.17.0.812801868121.issue20193@psf.upfronthosting.co.za>
Content
Thank you Nadeem for the review.

Here are updated patches. Addressed Nadeem's comments. Compress and decompress 
objects in bz2 and lzma modules now use Argument Clinic for __init__ and to 
generate class docstring. I think these patches are ready to commit (except 
that the name of clinic file will be changed soon).

The zlib module still suffer from a bug #20293.
Files
File name Uploaded
bz2_clinic.patch serhiy.storchaka, 2014-01-22.12:59:09
lzma_clinic.patch serhiy.storchaka, 2014-01-22.12:59:09
zlib_clinic.patch serhiy.storchaka, 2014-01-22.12:59:07
History
Date User Action Args
2014-01-22 12:59:12serhiy.storchakasetrecipients: + serhiy.storchaka, larry, nadeem.vawda, meador.inge
2014-01-22 12:59:10serhiy.storchakalinkissue20193 messages
2014-01-22 12:59:10serhiy.storchakacreate