lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
723 stars 123 forks source link

pubDate is inconsistent between feed and entries #71

Closed gmerrall closed 6 years ago

gmerrall commented 6 years ago

In the main feed class the method for the pubDate field is pubDate() however in the entry class it's pubdate()

These should be consistent IMHO