Django

Code

Ticket #485 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

[patch] small typo in feedgenerator.py

Reported by: eugene@lazutkin.com Assigned to: adrian
Milestone: Component: RSS framework
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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):

Attachments

feedgenerator.patch (456 bytes) - added by eugene@lazutkin.com on 09/10/05 18:47:34.
patch in the file

Change History

09/10/05 18:47:34 changed by eugene@lazutkin.com

  • attachment feedgenerator.patch added.

patch in the file

09/11/05 10:20:13 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [635].


Add/Change #485 ([patch] small typo in feedgenerator.py)




Change Properties
Action