diff options
author | Bo Bayles <bbayles@gmail.com> | 2018-01-27 02:18:58 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2018-01-27 02:18:58 (GMT) |
commit | 995c60d2656c022359aac3fe713d8464c8db5716 (patch) | |
tree | 0bebf94e7fd62c9bddd0d506317c1d56dca96f5b /Doc | |
parent | 255dbd2102d5dec5ffbd0b94084377e98c3b56c4 (diff) | |
download | cpython-995c60d2656c022359aac3fe713d8464c8db5716.zip cpython-995c60d2656c022359aac3fe713d8464c8db5716.tar.gz cpython-995c60d2656c022359aac3fe713d8464c8db5716.tar.bz2 |
[3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5330)
Patch by Bo Bayles.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index f83508c..59329fa 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1016,6 +1016,11 @@ attribute defaults to ``['gztar']``. Although not anticipated, any code relying on the presence of ``default_format`` may need to be adapted. See :issue:`27819` for more details. +The ``upload`` command now longer tries to change CR end-of-line characters +to CRLF. This fixes a corruption issue with sdists that ended with a byte +equivalent to CR. +(Contributed by Bo Bayles in :issue:`32304`.) + email ----- |