From: Tim Peters Date: Sat, 5 May 2001 10:14:34 +0000 (+0000) Subject: Remove redundant line. X-Git-Tag: v2.2a3~1903 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1434299a991edcb3a2bf604dc139719b2cca5490;p=thirdparty%2FPython%2Fcpython.git Remove redundant line. --- diff --git a/Misc/NEWS b/Misc/NEWS index 469d21f96262..468eae69d751 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -25,7 +25,6 @@ Core reduce() .join() method of strings tuple() - unicode.join() XXX TODO zip() 'x in y' and 'x not in y'