]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify comment.
authorGuido van Rossum <guido@python.org>
Sun, 21 Apr 1991 19:34:48 +0000 (19:34 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 21 Apr 1991 19:34:48 +0000 (19:34 +0000)
Lib/lib-old/util.py
Lib/util.py

index bb0a87045410a99ec939a500bc31de63ac8ebc59..6cb143342639d0c166cba45e5b36d7b2ffd91134 100644 (file)
@@ -2,7 +2,7 @@
 
 # NB: These are now built-in functions, but this module is provided
 # for compatibility.  Don't use in new programs unless you need backward
-# compatibility (with old interpreters).
+# compatibility (i.e. need to run with old interpreters).
 
 
 # Remove an item from a list.
index bb0a87045410a99ec939a500bc31de63ac8ebc59..6cb143342639d0c166cba45e5b36d7b2ffd91134 100644 (file)
@@ -2,7 +2,7 @@
 
 # NB: These are now built-in functions, but this module is provided
 # for compatibility.  Don't use in new programs unless you need backward
-# compatibility (with old interpreters).
+# compatibility (i.e. need to run with old interpreters).
 
 
 # Remove an item from a list.