[Python-Dev] list.extend

Raymond Hettinger python@rcn.com
Thu, 27 Jun 2002 23:53:11 -0400


> > Also, I note that the table referenced above seems to be missing
> > some right parentheses, at least on the .pop and .sort method
> > descriptions.
>
> Yup, and they used to be there.

Hmmph!  This is occurring throughout the docs (see also dict.get() and
dict.setdefault()).   It looks like a flaw in the doc gen process or in the
interaction of tex macro for methods with optional arguments


Raymond Hettinger