﻿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
485	[patch] small typo in feedgenerator.py	eugene@…	Adrian Holovaty	"startRssElement is used instead of writeRssElement

{{{
Index: feedgenerator.py
===================================================================
--- feedgenerator.py	(revision 632)
+++ feedgenerator.py	(working copy)
@@ -107,7 +107,7 @@
         handler.endElement(u""channel"")
 
 class RssUserland091Feed(RssFeed):
-    def startRssElement(self, handler):
+    def writeRssElement(self, handler):
         handler.startElement(u""rss"", {u""version"": u""0.91""})
 
     def writeRssItem(self, handler, item):
}}}"	defect	closed	contrib.syndication		normal	fixed			Unreviewed	1	0	0	0	0	0
