]> granicus.if.org Git - python/commit
Since Thomas Wouters kept complaining that he wants access to the the
authorGuido van Rossum <guido@python.org>
Tue, 4 Apr 2000 03:31:39 +0000 (03:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Apr 2000 03:31:39 +0000 (03:31 +0000)
commit1571a1e34b68f0f3384ced27ee692e200d219a9e
treea08f676019321158a64b23c03bfb7871ab48b8c9
parentaebf706b4e845d7525d2d8e792f0e23fcfb3e6af
Since Thomas Wouters kept complaining that he wants access to the the
Unix From lines, change the UnixMailbox class so that _search_start()
positions the file *before* the Unix From line instead of after it;
change _search_end() to skip one line before looking for the next From
line.  The rfc822.Message class automatically recognizes these Unix
From lines and squirrels them away in the 'unixfrom' instance variable.
Lib/mailbox.py