lkiesow / python-feedgen

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

FeedGenerator: Fix pubDate documentation to not set `updated` timestamps #108

Closed somechris closed 2 years ago

somechris commented 3 years ago

The documentation stated that atom:updated and rss:lastBuildDate would get updated, which they don't. It seems this was a copy/paste error from the documentation of the updated or lastBuildDate methods.

somechris commented 3 years ago

Failing checks look like flake8 failures that are unrelated to this documentation fix (flake8 complains about variable names)