From a702f6b44256817c28e7b3c6c4a99cb2af81151e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 6 Feb 2018 17:13:47 -0800 Subject: [PATCH] Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553) now longer -> no longer (cherry picked from commit c309bcfb9fb295e70a235c461d9edcaa54c821d0) Co-authored-by: Dag Heyman --- Doc/whatsnew/3.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 4fdbb9182b..7b17c62e25 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -496,7 +496,7 @@ therefore included in source distributions. and ``platforms`` fields are not specified as a list or a string. (Contributed by Berker Peksag in :issue:`19610`.) -The ``upload`` command now longer tries to change CR end-of-line characters +The ``upload`` command no 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`.) -- 2.50.1