summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-05-05 10:14:34 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-05-05 10:14:34 (GMT)
commit1434299a991edcb3a2bf604dc139719b2cca5490 (patch)
tree8a6b4eacf0b0aad1259c163a730d7bcc8b6f57cc
parentde9725f1352856b7d6de1bb29383a7be5f181740 (diff)
downloadcpython-1434299a991edcb3a2bf604dc139719b2cca5490.zip
cpython-1434299a991edcb3a2bf604dc139719b2cca5490.tar.gz
cpython-1434299a991edcb3a2bf604dc139719b2cca5490.tar.bz2
Remove redundant line.
-rw-r--r--Misc/NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 469d21f..468eae6 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'