id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 15504,Incorrect docs for args to SyndicationFeed.add_item,slinkp@…,nobody,"The docs at http://docs.djangoproject.com/en/1.2/ref/contrib/syndication/#syndicationfeed-classes say that SyndicationFeed.add_item takes only keyword args. In fact as per http://docs.djangoproject.com/en/dev/ref/utils/#syndicationfeed there are three positional args followed by keyword args: {{{ def add_item(self, title, link, description, author_email=None, author_name=None, author_link=None, pubdate=None, comments=None, unique_id=None, enclosure=None, categories=(), item_copyright=None, ttl=None, **kwargs): }}} If you try to pass those first three as kwargs it blows up with a TypeError. ",,closed,Documentation,1.2,,fixed,,,Accepted,0,0,0,0,0,0