From: Tim Peters Date: Thu, 6 Mar 2003 23:41:58 +0000 (+0000) Subject: Repaired a misleading comment Barry inherited from me. X-Git-Tag: v2.3c1~1548 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b4821347f00b01746562d58390a213924f2b102;p=thirdparty%2FPython%2Fcpython.git Repaired a misleading comment Barry inherited from me. --- diff --git a/Lib/email/Header.py b/Lib/email/Header.py index 83fe0d5dbdb7..cef734ca7901 100644 --- a/Lib/email/Header.py +++ b/Lib/email/Header.py @@ -496,7 +496,7 @@ def _binsplit(splittable, charset, maxlinelen): # m is acceptable, so is a new lower bound. i = m else: - # m is not acceptable, so final i must be < j. + # m is not acceptable, so final i must be < m. j = m - 1 # i == j. Invariant #1 implies that splittable[:i] fits, and # invariant #2 implies that splittable[:i+1] does not fit, so i