diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-10-29 11:46:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 11:46:11 +0200 |
commit | 5839fae4844fe10304aa137b570f7fa75d03e86f (patch) | |
tree | 0d63817f17b7ed543f8aae1a1a0791381e2019a6 | |
parent | 117220ff29bcbc85bc888f8590d3653a9e9808f4 (diff) | |
parent | d1a7be4bed26bed7a5c5a871c2c651b55a8ea7fb (diff) | |
download | numpy-5839fae4844fe10304aa137b570f7fa75d03e86f.tar.gz |
Merge pull request #14798 from mattip/nep-final
NEP: move 'NEP 29 random' from Accepted to Final
-rw-r--r-- | doc/neps/nep-0019-rng-policy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0019-rng-policy.rst b/doc/neps/nep-0019-rng-policy.rst index 9704b24ca..4f766fa2d 100644 --- a/doc/neps/nep-0019-rng-policy.rst +++ b/doc/neps/nep-0019-rng-policy.rst @@ -3,7 +3,7 @@ NEP 19 — Random Number Generator Policy ======================================= :Author: Robert Kern <robert.kern@gmail.com> -:Status: Accepted +:Status: Final :Type: Standards Track :Created: 2018-05-24 :Updated: 2019-05-21 |