[Patches] append(a,b) -> append((a, b))

Guido van Rossum guido@python.org
Mon, 28 Feb 2000 09:16:36 -0500


> while grepping, I found three modules where the old way to use append
> was still used. This patch fixes it. The involved modules are toaiff.py,
> ConfigParser.py and pipes.py.

Gerrit, did you test any of these patches?

They are all wrong!

I'll leave it to you to discover why.

Hint: only list.append() was changed.

--Guido van Rossum (home page: http://www.python.org/~guido/)