Re: [Yum-devel] [PATCH] Fix UnicodeDecodeError with UTF-8 changelog names.

2009-11-05 Thread Ville Skyttä
On Thursday 05 November 2009, Ville Skyttä wrote: > --- > repo-rss.py |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) [...] I'm not entirely sure this is the right thing to do as I'm unsure whether pkg.changelog entries should be unicode or not, but it does fix "./repo-rss.py up

Re: [Yum-devel] [PATCH] Fix UnicodeDecodeError with UTF-8 changelog names.

2009-11-05 Thread Seth Vidal
On Thu, 5 Nov 2009, Ville Skyttä wrote: --- repo-rss.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repo-rss.py b/repo-rss.py index ceac745..8919059 100755 --- a/repo-rss.py +++ b/repo-rss.py @@ -17,7 +17,7 @@ import yum import yum.Errors -from yum.misc import g