]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove outdated warning in comments.
authorGuido van Rossum <guido@python.org>
Thu, 3 Sep 1992 20:44:36 +0000 (20:44 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Sep 1992 20:44:36 +0000 (20:44 +0000)
Objects/listobject.c

index c03253228469d51b11e39654c4ccb789bb9772cb..ba44c3d9cc1992084e24f739409eecb4787561d9 100644 (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;