diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-08-20 15:55:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 15:55:55 +0300 |
commit | eaa59b4f04a0c75091e332afa95a304eddcd93ab (patch) | |
tree | 7ae5b7c4b2426b07f3d4a9899be9887d3853bb2e /doc/release | |
parent | 64619c55896dad1927afe78c0702a58abf0d038f (diff) | |
parent | 434d2f141d7e473040effdba37e29ffd3b75a25c (diff) | |
download | numpy-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.rst | 4 |
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. |