summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-08-20 15:55:55 +0300
committerGitHub <noreply@github.com>2020-08-20 15:55:55 +0300
commiteaa59b4f04a0c75091e332afa95a304eddcd93ab (patch)
tree7ae5b7c4b2426b07f3d4a9899be9887d3853bb2e /doc/release
parent64619c55896dad1927afe78c0702a58abf0d038f (diff)
parent434d2f141d7e473040effdba37e29ffd3b75a25c (diff)
downloadnumpy-eaa59b4f04a0c75091e332afa95a304eddcd93ab.tar.gz
Merge pull request #17068 from charris/cleanup-pystring_fromstring-usage
MAINT, BUG: Remove uses of PyString_FromString.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/17068.compatibility.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/17068.compatibility.rst b/doc/release/upcoming_changes/17068.compatibility.rst
new file mode 100644
index 000000000..7aa4e58ae
--- /dev/null
+++ b/doc/release/upcoming_changes/17068.compatibility.rst
@@ -0,0 +1,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.