]> granicus.if.org Git - python/commit
HeaderParser: A new subclass of Parser which only parses the message
authorBarry Warsaw <barry@python.org>
Thu, 11 Oct 2001 15:43:00 +0000 (15:43 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 11 Oct 2001 15:43:00 +0000 (15:43 +0000)
commite552882960e4caa26ec80465ee501da17bc29e51
tree4dfbf32c7f2cad5071a576b58c50d925aff5e9b6
parent4819e97a48e3e6584035c482d24953018bf2f851
HeaderParser: A new subclass of Parser which only parses the message
headers.  It does not parse the body of the message, instead simply
assigning it as a string to the container's payload.  This can be much
faster when you're only interested in a message's header.
Lib/email/Parser.py