From 7d9503a44d2dbd6f2b6d0f8c0f6d388943b3c1db Mon Sep 17 00:00:00 2001 From: Dag Heyman Date: Mon, 5 Feb 2018 14:35:13 +0100 Subject: [PATCH] Fix typo in whatsnew/3.7.rst now longer -> no longer --- 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 4fdbb9182bbda09..7b17c62e25628ab 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`.)