Re: [Python-Dev] PEP 506 secrets module

2015-10-15 Thread Chris Rebert
On Thu, Oct 15, 2015 at 5:57 PM, Steven D'Aprano wrote: > 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/ {{{ Comparison To Other Languages [...] Javascript Based on a rather curs

[Python-Dev] PEP 506 secrets module

2015-10-15 Thread Steven D'Aprano
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://sdapr...@bitbucket.org/sdaprano/se

Re: [Python-Dev] PEP 0484 - the Numeric Tower

2015-10-15 Thread Stephen J. Turnbull
Laura Creighton writes: > [W]hat I expect the type annotations to be used for, especially in > the SciPy world, is to make things easier for Numba to generate > fast code. I don't understand why that's a problem. *You* run mypy, and *you* decide whether to do anything about its warnings. The