]> granicus.if.org Git - python/commit
There was a confusion in my checkin of the code to support list() with
authorGuido van Rossum <guido@python.org>
Mon, 14 Sep 1998 17:36:51 +0000 (17:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Sep 1998 17:36:51 +0000 (17:36 +0000)
commit8d5bef7fb88d4f6b548601afad43cfe2fe1995e0
tree36475308f052471475c386aeff1bf44ce350f8c3
parent4117e5428bf1ff3d26d23bd77472265412473ad9
There was a confusion in my checkin of the code to support list() with
and without a message number argument: the argument was called 'msg'
but the code expected it to be called 'which'.  In line with the other
methods, I've renamed the argument to 'which', and adapted the doc
string not to refer to 'msg'.
Lib/poplib.py