diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-11-23 08:48:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-23 08:48:22 -0800 |
commit | e9452bf0baece0ccee2e5bb90c322190e9b8493f (patch) | |
tree | c360d720d2b13249f5ebbf10cadda6f6d454d47f /doc/neps | |
parent | d76efa771b4915f4e3f5aa2023bb50e46c41b4bc (diff) | |
parent | 2dae0a549fadd5781b8fd56ac45ff810617ab248 (diff) | |
download | numpy-e9452bf0baece0ccee2e5bb90c322190e9b8493f.tar.gz |
Merge pull request #14903 from mattip/nep-0034-accepted
NEP: move nep 34 to accepted
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/nep-0034.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/neps/nep-0034.rst b/doc/neps/nep-0034.rst index d9a9c62f2..4863bad86 100644 --- a/doc/neps/nep-0034.rst +++ b/doc/neps/nep-0034.rst @@ -3,10 +3,10 @@ NEP 34 — Disallow inferring ``dtype=object`` from sequences =========================================================== :Author: Matti Picus -:Status: Draft +:Status: Accepted :Type: Standards Track :Created: 2019-10-10 - +:Resolution: https://mail.python.org/pipermail/numpy-discussion/2019-October/080200.html Abstract -------- |