diff options
author | Brigitta Sipocz <bsipocz@gmail.com> | 2020-07-12 13:50:02 -0700 |
---|---|---|
committer | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-17 20:11:34 -0700 |
commit | 497dc9402d04754b512e344c8039caafd55351da (patch) | |
tree | 67d6b59afac53f31dda3f7dfe937a197a220ed00 /numpy/testing/_private/utils.py | |
parent | 59aad3cf436691d447e43038e3402500f13cd817 (diff) | |
download | numpy-497dc9402d04754b512e344c8039caafd55351da.tar.gz |
Remove python <3.6 related things
Diffstat (limited to 'numpy/testing/_private/utils.py')
-rw-r--r-- | numpy/testing/_private/utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/testing/_private/utils.py b/numpy/testing/_private/utils.py index 80a6fdd10..4a8f42e06 100644 --- a/numpy/testing/_private/utils.py +++ b/numpy/testing/_private/utils.py @@ -1342,9 +1342,6 @@ def assert_raises_regex(exception_class, expected_regexp, *args, **kwargs): Alternatively, can be used as a context manager like `assert_raises`. - Name of this function adheres to Python 3.2+ reference, but should work in - all versions down to 2.6. - Notes ----- .. versionadded:: 1.9.0 |