commit | 2165cea548f961b308050f30d1f042a377651d44 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Nov 01 10:08:48 2020 +0100 |
committer | GitHub <noreply@github.com> | Sun Nov 01 01:08:48 2020 -0800 |
tree | 77d97dfecbba2440090fe4628724bf85bebc855d | |
parent | d3b4e068077dd26927ae7485bd0303e09d962c02 [diff] |
bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) [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.