summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/17068.compatibility.rst
blob: 7aa4e58aeccd9c161b55d5897d01f6fcce60c123 (plain)
1
2
3
4
f2py generated code may return unicode instead of byte strings
--------------------------------------------------------------
Some byte strings previously returned by f2py generated code may now be unicode
strings. This results from the ongoing Python2 -> Python3 cleanup.