diff options
author | kritisingh1 <kritisingh1.ks@gmail.com> | 2019-06-07 21:46:42 +0530 |
---|---|---|
committer | kritisingh1 <kritisingh1.ks@gmail.com> | 2019-06-07 22:30:45 +0530 |
commit | 13561bd89d67bd101cdb195f003ae1e34c6a5b52 (patch) | |
tree | 46a20f0100e46125cf26a10e2da0553c16349bfd /numpy/lib/utils.py | |
parent | 67b53e1d3017171235b155a898e54f4bb8a41d47 (diff) | |
download | numpy-13561bd89d67bd101cdb195f003ae1e34c6a5b52.tar.gz |
fix tests
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r-- | numpy/lib/utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index 27e055328..c7dbcc5f9 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -1098,9 +1098,6 @@ def safe_eval(source): Evaluate a string containing a Python literal expression without allowing the execution of arbitrary non-literal code. - .. deprecate:: 1.17 - safe_eval is deprecated - Parameters ---------- source : str |