]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the list() function to match the documentation in the comment
authorGuido van Rossum <guido@python.org>
Fri, 14 Mar 1997 04:18:20 +0000 (04:18 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Mar 1997 04:18:20 +0000 (04:18 +0000)
commitc69955343c8cad265aeafe93b6afc4f1589fd084
treea0e469514c0425ff74f3a5be7fa19e3bb58db4cd
parent56d1e3a517981562904113765f2eca361a1c6d19
Change the list() function to match the documentation in the comment
(it should return a list of tuples, not a list of lists).
Lib/nntplib.py