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 nadeem.vawda
Recipients larry, meador.inge, nadeem.vawda, python-dev, serhiy.storchaka
Date 2014-01-26.20:13:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390767191.21.0.415868069885.issue20193@psf.upfronthosting.co.za>
In-reply-to
Content
The patch for zlib looks good to me. Thanks for working on this, Serhiy.


> We're not allowing changes in semantics for Argument Clinic conversion for 3.4. If it doesn't currently accept None, we can't add it right now, and we'll have to save it for 3.5.

Fair enough.


> 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.

Ah OK, I misunderstood the Argument Clinic input code when I first read it.
Having actually read the docs, it makes sense.
History
Date User Action Args
2014-01-26 20:13:11nadeem.vawdasetrecipients: + nadeem.vawda, larry, meador.inge, python-dev, serhiy.storchaka
2014-01-26 20:13:11nadeem.vawdasetmessageid: <1390767191.21.0.415868069885.issue20193@psf.upfronthosting.co.za>
2014-01-26 20:13:11nadeem.vawdalinkissue20193 messages
2014-01-26 20:13:11nadeem.vawdacreate