Debian Patches

Status for python-feedgen/1.0.0-5

Patch Description Author Forwarded Bugs Origin Last update
debian/0001-fix-atom-feed-links.patch Fix handling of links in atom feeds The existing code iterated over entry links like this:
.
for link in self.__atom_link or []:
link = xml_elem('link', entry, href=link['href'])
.
The first line in the loop overwrites the `link` variable, rendering the
rest of the loop a no-op. This commit corrects the situation by creating a
new variable rather than overwriting the loop variable.

diff -Naurp python-feedgen.orig/feedgen/entry.py python-feedgen/feedgen/entry.py
Lars Kellogg-Stedman <lars@oddbit.com> no

All known versions for source package 'python-feedgen'

Links