commit | ba3690cd091f7f045f8cfdff9dcec708f0058559 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Sep 03 20:44:36 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Sep 03 20:44:36 1992 +0000 |
tree | 84b3f5bbcfd4c8966fc36dbc391c15f328827ebf | |
parent | 67daef567fe56702d211fba91ae06f9ea756dbb6 [diff] |
Remove outdated warning in comments.
diff --git a/Objects/listobject.c b/Objects/listobject.c index c032532..ba44c3d 100644 --- a/Objects/listobject.c +++ b/Objects/listobject.c
@@ -349,9 +349,6 @@ 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;