Ticket #4068: feeds_doc.patch
File feeds_doc.patch, 535 bytes (added by , 18 years ago) |
---|
-
docs/syndication_feeds.txt
651 651 652 652 def item_enclosure_mime_type(self): 653 653 """ 654 Returns the enclosure length, in bytes,for every item in the feed.654 Returns the enclosure mime type for every item in the feed. 655 655 """ 656 656 657 657 item_enclosure_mime_type = "audio/mpeg" # Hard-coded enclosure mime-type.