diff options
author | Zackery Spytz <zspytz@gmail.com> | 2024-01-11 22:39:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 22:39:47 (GMT) |
commit | b4d4aa9e8d61476267951c72321fadffc2d82227 (patch) | |
tree | 78e349a3290201e0fc983401e048d917029ba377 /Misc/NEWS.d/next/Windows | |
parent | 2f126a70f36e36dd90db53ebdcdff9b990cf3452 (diff) | |
download | cpython-b4d4aa9e8d61476267951c72321fadffc2d82227.zip cpython-b4d4aa9e8d61476267951c72321fadffc2d82227.tar.gz cpython-b4d4aa9e8d61476267951c72321fadffc2d82227.tar.bz2 |
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-06-16-11-27-05.bpo-37308.Iz_NU_.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-06-16-11-27-05.bpo-37308.Iz_NU_.rst b/Misc/NEWS.d/next/Windows/2019-06-16-11-27-05.bpo-37308.Iz_NU_.rst new file mode 100644 index 0000000..3ba29d6 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-06-16-11-27-05.bpo-37308.Iz_NU_.rst @@ -0,0 +1,2 @@ +Fix mojibake in :class:`mmap.mmap` when using a non-ASCII *tagname* argument +on Windows. |