need .append patch (was RE: [Python-Dev] Re: Python-checkins digest, Vol 1 #370 - 8 msgs)

Tim Peters tim_one@email.msn.com
Tue, 29 Feb 2000 00:11:22 -0500


Somebody feel like whipping up a patch to fix the rest of the .append errors
in the CVS tree?  I'm out of time!

.\Tools\scripts\mailerdaemon.py(221):
        list.append(errordict[e], errorfirst[e], errorlast[e], e)

.\Demo\tkinter\www\fmt.py(224):
                self.para.words.append(self.nextfont, text, \

.\Demo\tkinter\www\fmt.py(343):
        para.words.append('r', '', 0, 0, 0, 0) # temporary, deleted at end

.\Demo\tkinter\www\sgmllib.py(199):
                        attrs.append(string.lower(attrname), attrvalue)

.\Demo\sgi\video\VcrIndex.py(84):
                        sorted.append(self.movies[name]['-ALL-']['START'],
name)

.\Demo\sgi\video\VcrIndex.py(100):
                        sorted.append(scenedict[name], name)

.\Demo\sgi\video\VcrIndex.py(116):
                        sorted.append(scenedict[name]['START'], name)

.\Demo\sgi\gl\glstdwin\glstdwin.py(314):
                                G.queue.append(WE_DEACTIVATE, G.focus, None)

.\Demo\sgi\gl\glstdwin\glstdwin.py(317):
                                G.queue.append(WE_ACTIVATE, G.focus, None)

.\Demo\ibrowse\ibrowse.py(492):
                win.last.append(lastnode, win.textobj.getfocus())