| Store | Cart

[Python-Dev] PEP 506 secrets module

From: Steven DAprano <ste...@pearwood.info>
Fri, 16 Oct 2015 11:57:11 +1100
Hi,

As extensively discussed on Python-Ideas, the secrets module and PEP 506 
is (I hope) ready for pronouncement.

https://www.python.org/dev/peps/pep-0506/

There is code and tests here:

https://bitbucket.org/sdaprano/secrets


or you can run

hg clone https://sdap...@bitbucket.org/sdaprano/secrets


The code is written for and tested on Python 2.6, 2.7, 3.1 - 3.4.



-- 
Steve
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Steven DAprano Oct 16, 2015 12:57 am
Chris Rebert Oct 16, 2015 05:33 am
Victor Stinner Oct 16, 2015 06:57 am
Steven DAprano Oct 16, 2015 10:04 am
Chris Angelico Oct 16, 2015 10:32 am
Nick Coghlan Oct 20, 2015 09:11 am
Victor Stinner Oct 20, 2015 09:33 am
Nick Coghlan Oct 20, 2015 09:56 am
Serhiy Storchaka Oct 16, 2015 03:35 pm
Steven DAprano Oct 16, 2015 04:26 pm
Serhiy Storchaka Oct 16, 2015 06:29 pm
Guido van Rossum Oct 16, 2015 06:33 pm
Steven DAprano Oct 17, 2015 09:50 am
Guido van Rossum Oct 17, 2015 07:51 pm
Random832 Oct 17, 2015 08:30 pm
Tim Peters Oct 17, 2015 09:13 pm
Guido van Rossum Oct 17, 2015 11:05 pm
Brett Cannon Jan 14, 2016 06:36 pm
Guido van Rossum Jan 14, 2016 06:47 pm
Messages in this thread