summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/19388.new_feature.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/upcoming_changes/19388.new_feature.rst')
-rw-r--r--doc/release/upcoming_changes/19388.new_feature.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/release/upcoming_changes/19388.new_feature.rst b/doc/release/upcoming_changes/19388.new_feature.rst
deleted file mode 100644
index bffe5753b..000000000
--- a/doc/release/upcoming_changes/19388.new_feature.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-F2PY support for Fortran ``character`` strings
-----------------------------------------------
-F2PY now supports wrapping Fortran functions with:
-
-* character (e.g. ``character x``)
-* character array (e.g. ``character, dimension(n) :: x``)
-* character string (e.g. ``character(len=10) x``)
-* and character string array (e.g. ``character(len=10), dimension(n, m) :: x``)
-
-arguments, including passing Python unicode strings as Fortran character string arguments.