[Python-Dev] Re: Python-checkins digest, Vol 1 #370 - 8 msgs

Fredrik Lundh fredrik@pythonware.com
Mon, 28 Feb 2000 12:50:53 +0100


MAL wrote:
> Not sure about remove(), index() and count(), but the change
> to .append() will break *lots* of code !

ouch.  missed this checkin.  I thought all the append fixes
in the standard library were made to make it clearer that
this use was deprecated.

some random grepping through our code repositories makes
me think this should be left for Py3K.

</F>