[Python-ideas] PEP 506 (secrets module) and token functions

Guido van Rossum guido at python.org
Tue Oct 6 20:26:11 CEST 2015


This is already looking good. An additional advantage to having a new
module (as opposed to changing random) is that it could easily be
backported as a PyPI package, all the way back to Python 2.7.

I do still think that having a concrete proposal for what should
(initially) go into secrets.py would make for a more compelling PEP.

On Tue, Oct 6, 2015 at 9:00 AM, Steven D'Aprano <steve at pearwood.info> wrote:

> Hi all,
>
> An updated version of PEP 506 is now available:
>
> https://www.python.org/dev/peps/pep-0506/
>
>
> If there are no major objections, I intend to take it to python-dev
> in a day or two for discussion and a ruling.
>
> Thank you to everyone who contributed to the discussion.
>
>
> --
> Steve
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>



-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20151006/5b3eef45/attachment.html>


More information about the Python-ideas mailing list