New submission from Parker Phinney :
to recreate:
go here:
http://docs.python.org/library/email.parser.html#email.parser.Parser.parse
notice this line:
"Optional headersonly is as with the parse() method."
But that doesn't make sense, because this /is/ the parse() method!
-
Changes by Parker Phinney :
--
assignee: docs@python
components: Documentation
nosy: Parker.Phinney, docs@python
priority: normal
severity: normal
status: open
title:
http://docs.python.org/library/email.parser.html#email.parser.Parser.parse
type: behavior