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 christian.heimes
Recipients Jon.Oberheide, alex, christian.heimes, fijall, georg.brandl, hynek, loewis, ncoghlan, petri.lehtinen, pitrou, python-dev, serhiy.storchaka
Date 2012-06-23.15:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FE5DFA2.5050603@cheimes.de>
In-reply-to <1340464528.3326.24.camel@localhost.localdomain>
Content
> Again, it can be a private function in the operator module that happens
> to be wrapped or exposed in the hmac module. Practicality beats purity.

Yes, we just need a place for the function. The operator module is a
good place if we don't want to introduce a new module.

Nick:
I'll target pbkdf2 and other password hashing / security related for 3.4.
History
Date User Action Args
2012-06-23 15:24:20christian.heimessetrecipients: + christian.heimes, loewis, georg.brandl, ncoghlan, pitrou, alex, fijall, python-dev, petri.lehtinen, hynek, serhiy.storchaka, Jon.Oberheide
2012-06-23 15:24:20christian.heimeslinkissue15061 messages
2012-06-23 15:24:20christian.heimescreate