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, python-dev, serhiy.storchaka
Date 2014-01-26.12:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2429664.E1ABzK5tGP@raxxla>
In-reply-to <1390735706.12.0.691539467908.issue20193@psf.upfronthosting.co.za>
Content
Ah, sorry, here is full patch. Generated file is now named 
Modules/clinic/zlibmodule.c.h.

The behavior is preserved. This case is exact analogue of _sha1.sha1(). No one 
additional function called when the parameter is not specified, but if it is 
specified as b'', the function behaves identically to not passing in that 
parameter.
Files
File name Uploaded
zlib_clinic_3.patch serhiy.storchaka, 2014-01-26.12:05:22
History
Date User Action Args
2014-01-26 12:05:23serhiy.storchakasetrecipients: + serhiy.storchaka, larry, nadeem.vawda, meador.inge, python-dev
2014-01-26 12:05:23serhiy.storchakalinkissue20193 messages
2014-01-26 12:05:23serhiy.storchakacreate