]> granicus.if.org Git - python/commitdiff
Make comment match the code
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Jan 2007 20:27:50 +0000 (20:27 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Jan 2007 20:27:50 +0000 (20:27 +0000)
Lib/mailbox.py

index 17e062ed2172dfb893999aca050a81e1e229f8bb..6580099331cf3374f7268b3f0843f0ffcf09b416 100755 (executable)
@@ -1993,7 +1993,7 @@ class UnixMailbox(_Mailbox):
     # that the two characters preceding "From " are \n\n or the beginning of
     # the file.  Fixing this would require a more extensive rewrite than is
     # necessary.  For convenience, we've added a PortableUnixMailbox class
-    # which uses the more lenient _fromlinepattern regular expression.
+    # which does no checking of the format of the 'From' line.
 
     _fromlinepattern = (r"From \s*[^\s]+\s+\w\w\w\s+\w\w\w\s+\d?\d\s+"
                         r"\d?\d:\d\d(:\d\d)?(\s+[^\s]+)?\s+\d\d\d\d\s*"