--- yum/history.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yum/history.py b/yum/history.py index 502b908..66861c8 100644 --- a/yum/history.py +++ b/yum/history.py @@ -610,7 +610,7 @@ class YumHistory: # open file in append fo = open(data_fn, 'w+') # write data - fo.write(data) + fo.write(to_unicode(data)) # flush data fo.flush() fo.close() -- 1.7.2 _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel