When _unicode_func_wrapper() decodes a string in a returned list (typically
authorZac Medico <zmedico@gentoo.org>
Mon, 17 Aug 2009 00:25:58 +0000 (00:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 17 Aug 2009 00:25:58 +0000 (00:25 -0000)
commit9b102ea58429d8ef28214f890b07bca735c14e68
treef27f8ca744275c67aa83718fc62160dbf84beedd
parentcb0f273297db79c47d38df235bcf18378126e9eb
When _unicode_func_wrapper() decodes a string in a returned list (typically
from os.listdir), discard values with invalid encoding. This insures that
all names returned from all os.listdir() calls are valid.

svn path=/main/trunk/; revision=14073
pym/portage/__init__.py