summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-04-21 19:34:48 (GMT)
committerGuido van Rossum <guido@python.org>1991-04-21 19:34:48 (GMT)
commitab2885ee96e567937f572029e083c407acf91ecc (patch)
treed9b2bffa69585973ec8c52d5140a919d1013be75 /Lib
parenta31b9ccbbc66614b1026bdade5a9adec79912074 (diff)
downloadcpython-ab2885ee96e567937f572029e083c407acf91ecc.zip
cpython-ab2885ee96e567937f572029e083c407acf91ecc.tar.gz
cpython-ab2885ee96e567937f572029e083c407acf91ecc.tar.bz2
Clarify comment.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/lib-old/util.py2
-rw-r--r--Lib/util.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/lib-old/util.py b/Lib/lib-old/util.py
index bb0a870..6cb1433 100644
--- a/Lib/lib-old/util.py
+++ b/Lib/lib-old/util.py
@@ -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.
diff --git a/Lib/util.py b/Lib/util.py
index bb0a870..6cb1433 100644
--- a/Lib/util.py
+++ b/Lib/util.py
@@ -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.