From: Guido van Rossum Date: Sun, 21 Apr 1991 19:34:48 +0000 (+0000) Subject: Clarify comment. X-Git-Tag: v0.9.8~964 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab2885ee96e567937f572029e083c407acf91ecc;p=thirdparty%2FPython%2Fcpython.git Clarify comment. --- diff --git a/Lib/lib-old/util.py b/Lib/lib-old/util.py index bb0a87045410..6cb143342639 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 bb0a87045410..6cb143342639 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.