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 gregory.p.smith
Recipients alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, gregory.p.smith, janssen, ncoghlan, pitrou
Date 2014-08-23.01:30:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGE7PN+3nSd7z5nBotOoxUqJBUJbz2D+tzJxhKgQAAhkRCL=1Q@mail.gmail.com>
In-reply-to <1408725979.04.0.209435520751.issue21307@psf.upfronthosting.co.za>
Content
use a frozenset for algorithms_guaranteed.

in the docs under more algor... may be available make the two variables
link to their docs.  you might explicitly mention python 2.7.9 in that
paragraph.

you probably should use pystring_fromstring imstead of unicode given this
is 2.7.

On Fri, Aug 22, 2014 at 9:46 AM, Alex Gaynor <report@bugs.python.org> wrote:

>
> Alex Gaynor added the comment:
>
> Uploaded patch adds the algorithm availability constants to the hashlib
> module.
>
> ----------
> components: +Extension Modules
> keywords: +needs review, patch
> Added file: http://bugs.python.org/file36436/backport-hashlib.diff
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue21307>
> _______________________________________
>
History
Date User Action Args
2014-08-23 01:30:02gregory.p.smithsetrecipients: + gregory.p.smith, ncoghlan, janssen, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, alex, dstufft
2014-08-23 01:30:02gregory.p.smithlinkissue21307 messages
2014-08-23 01:30:01gregory.p.smithcreate