summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>2020-11-01 09:39:16 (GMT)
committerGitHub <noreply@github.com>2020-11-01 09:39:16 (GMT)
commit39a56e55231be00d52fa183fcd2b7d88619ced4b (patch)
tree863df8b0963e33586883da4036c0efd8ffe85490 /Misc/NEWS.d
parent10260c737b19a99eab532fcccf2b0a1ffcb0805d (diff)
downloadcpython-39a56e55231be00d52fa183fcd2b7d88619ced4b.zip
cpython-39a56e55231be00d52fa183fcd2b7d88619ced4b.tar.gz
cpython-39a56e55231be00d52fa183fcd2b7d88619ced4b.tar.bz2
[3.8] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) (GH-23070)
[[bpo-29566]()]() notes that binhex.binhex uses inconsistent line endings (both Unix and MacOS9 line endings are used). This PR changes this to use the MacOS9 line endings everywhere. (cherry picked from commit 2165cea548f961b308050f30d1f042a377651d44) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Automerge-Triggered-By: GH:ronaldoussoren
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2020-10-31-13-28-36.bpo-29566.6aDbty.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-10-31-13-28-36.bpo-29566.6aDbty.rst b/Misc/NEWS.d/next/Library/2020-10-31-13-28-36.bpo-29566.6aDbty.rst
new file mode 100644
index 0000000..d54c714
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-10-31-13-28-36.bpo-29566.6aDbty.rst
@@ -0,0 +1 @@
+``binhex.binhex()`` consisently writes macOS 9 line endings.