diff options
Diffstat (limited to 'numpy/f2py')
-rw-r--r-- | numpy/f2py/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/f2py/__init__.py b/numpy/f2py/__init__.py index 8a2aeab4b..ef92114ed 100644 --- a/numpy/f2py/__init__.py +++ b/numpy/f2py/__init__.py @@ -38,6 +38,8 @@ def compile(source, extension: {'.f', '.f90'}, optional filename extension influences the fortran compiler behavior + .. versionadded:: 1.11.0 + ''' from numpy.distutils.exec_command import exec_command import tempfile |