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-18.11:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1777838.vj9TRNSH4C@raxxla>
In-reply-to <1389818851.24.0.659989234035.issue20193@psf.upfronthosting.co.za>
Content
Updated patches use many new Argument Clinic features.

The only issues left:

* pydoc fails with zlib due to the "unspecified" default values (issue20293).

* Constructors for compressor and decompressor objects in the bz2 and lzma 
modules don't use Argument Clinic.
Files
File name Uploaded
bz2_clinic.patch serhiy.storchaka, 2014-01-18.11:47:01
lzma_clinic.patch serhiy.storchaka, 2014-01-18.11:47:02
zlib_clinic.patch serhiy.storchaka, 2014-01-18.11:46:59
History
Date User Action Args
2014-01-18 11:47:04serhiy.storchakasetrecipients: + serhiy.storchaka, larry, nadeem.vawda, meador.inge
2014-01-18 11:47:02serhiy.storchakalinkissue20193 messages
2014-01-18 11:47:02serhiy.storchakacreate