diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-05-05 10:14:34 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-05-05 10:14:34 (GMT) |
commit | 1434299a991edcb3a2bf604dc139719b2cca5490 (patch) | |
tree | 8a6b4eacf0b0aad1259c163a730d7bcc8b6f57cc /Misc | |
parent | de9725f1352856b7d6de1bb29383a7be5f181740 (diff) | |
download | cpython-1434299a991edcb3a2bf604dc139719b2cca5490.zip cpython-1434299a991edcb3a2bf604dc139719b2cca5490.tar.gz cpython-1434299a991edcb3a2bf604dc139719b2cca5490.tar.bz2 |
Remove redundant line.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ Core reduce() .join() method of strings tuple() - unicode.join() XXX TODO zip() 'x in y' and 'x not in y' |