Remove outdated warning in comments.

This commit is contained in:
Guido van Rossum 1992-09-03 20:44:36 +00:00
parent 67daef567f
commit ba3690cd09

View file

@ -349,9 +349,6 @@ list_repeat(a, n)
return (object *) np;
}
/* XXX The following function has a bug: don't try assigning a
XXX list object to a slice of itself (e.g., a[:1] = a). */
static int
list_ass_slice(a, ilow, ihigh, v)
listobject *a;