projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53bd99
)
copy of gentoolkit r451
author
Marius Mauch
<genone@gentoo.org>
Fri, 5 Oct 2007 14:17:03 +0000
(14:17 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Fri, 5 Oct 2007 14:17:03 +0000
(14:17 -0000)
svn path=/main/trunk/; revision=7946
pym/portage/glsa.py
patch
|
blob
|
history
diff --git
a/pym/portage/glsa.py
b/pym/portage/glsa.py
index 5e2d5f08171a3db7b2f1ba658e8692e470721b7c..7e205d63a791d201db510c28834a282779a65ae9 100644
(file)
--- a/
pym/portage/glsa.py
+++ b/
pym/portage/glsa.py
@@
-177,7
+177,7
@@
def getText(node, format):
if format == "strip":
rValue = rValue.strip(" \n\t")
rValue = re.sub("[\s]{2,}", " ", rValue)
- return
str(rValue
)
+ return
rValue.encode("utf_8"
)
def getMultiTagsText(rootnode, tagname, format):
"""