[docs] 18.1.2.1. FeedParser API Error

Julian Ceipek julian.ceipek at students.olin.edu
Fri Feb 3 05:08:46 CET 2012


The following is inaccurate in 18.1.2.1.:

Here is the API for the FeedParser:
> class email.parser.FeedParser([_factory])
> Create a FeedParser instance. Optional _factory is a no-argument callable
> that will be called whenever a new message object is needed. It defaults to
> the email.message.Message class.


It seems to actually be "email.FeedParser.FeedParser("

-Julian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120202/99a892ae/attachment.html>


More information about the docs mailing list