]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove redundant line.
authorTim Peters <tim.peters@gmail.com>
Sat, 5 May 2001 10:14:34 +0000 (10:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 5 May 2001 10:14:34 +0000 (10:14 +0000)
Misc/NEWS

index 469d21f96262582a321898435172a5990bc97b4a..468eae69d75190d97b167379c7483af904802b05 100644 (file)
--- 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'