[Python-Dev] PEP 506 secrets module (original) (raw)
Steven D'Aprano steve at pearwood.info
Thu Oct 15 20:57:11 EDT 2015
- Previous message (by thread): [Python-Dev] under what circumstances can python still exhibit "high water mark" memory usage?
- Next message (by thread): [Python-Dev] PEP 506 secrets module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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://sdaprano@bitbucket.org/sdaprano/secrets
The code is written for and tested on Python 2.6, 2.7, 3.1 - 3.4.
-- Steve
- Previous message (by thread): [Python-Dev] under what circumstances can python still exhibit "high water mark" memory usage?
- Next message (by thread): [Python-Dev] PEP 506 secrets module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]