From 9082cdd009cc5c4945cd1200cc58f6bf69eb2817 Mon Sep 17 00:00:00 2001
From: Greg Ward <gward@python.net>
Date: Mon, 18 Sep 2000 00:41:10 +0000
Subject: [PATCH] Catch up to recent changes in TextFile (spotted by Bastian
 Kleineidam).

---
 Lib/distutils/command/sdist.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py
index 6de703ec92..9b9f6064c5 100644
--- a/Lib/distutils/command/sdist.py
+++ b/Lib/distutils/command/sdist.py
@@ -332,7 +332,7 @@ class sdist (Command):
                              join_lines=1,
                              lstrip_ws=1,
                              rstrip_ws=1,
-                             collapse_ws=1)
+                             collapse_join=1)
 
         while 1:
             line = template.readline()
-- 
2.40.0