projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa496b7
)
s/utf8/utf_8/ for consistency
v2.2_rc36
author
Zac Medico
<zmedico@gentoo.org>
Wed, 5 Aug 2009 00:35:11 +0000
(
00:35
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 5 Aug 2009 00:35:11 +0000
(
00:35
-0000)
svn path=/main/trunk/; revision=13917
pym/portage/dbapi/bintree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/bintree.py
b/pym/portage/dbapi/bintree.py
index 38d5367b1f4b7c69c9007de38dc3b4cc8d686bae..1a55926887a6738490febcf74af667d863ba6efc 100644
(file)
--- a/
pym/portage/dbapi/bintree.py
+++ b/
pym/portage/dbapi/bintree.py
@@
-1103,7
+1103,7
@@
class binarytree(object):
pkgindex = self._new_pkgindex()
try:
f = codecs.open(self._pkgindex_file,
- encoding='utf8', errors='replace')
+ encoding='utf
_
8', errors='replace')
except EnvironmentError:
pass
else: