]> granicus.if.org Git - python/commit
Change list.extend() error msgs and NEWS to reflect that list.extend()
authorTim Peters <tim.peters@gmail.com>
Sat, 26 May 2001 19:37:54 +0000 (19:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 26 May 2001 19:37:54 +0000 (19:37 +0000)
commit1af03e98d9ab87b4e9aa76caafba0dbc52cfd750
treebf7fbe37bc2ef4cfef5f675a29da674b0d80b814
parent442914d265b9752f78251e3792f5155f14a9dcc9
Change list.extend() error msgs and NEWS to reflect that list.extend()
now takes any iterable argument, not only sequences.

NEEDS DOC CHANGES -- but I don't think we settled on a concise way to
say this stuff.
Misc/NEWS
Objects/listobject.c