]> granicus.if.org Git - python/commit
bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331)
authorBo Bayles <bbayles@gmail.com>
Mon, 29 Jan 2018 14:31:32 +0000 (08:31 -0600)
committerÉric Araujo <merwok@netwok.org>
Mon, 29 Jan 2018 14:31:32 +0000 (09:31 -0500)
commitf5a793522d539afc84ac7888c9ad189097c43a75
tree7c6dd0d68914fd5388e34d3d0f97b4f1061af24a
parent5679277fdde2d001ffa439559e2078590332baf2
bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331)

Patch by Bo Bayles.
Doc/whatsnew/2.7.rst
Lib/distutils/command/upload.py
Lib/distutils/tests/test_upload.py
Misc/NEWS.d/next/Library/2018-01-21-16-33-53.bpo-32304.TItrNv.rst [new file with mode: 0644]