From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 232131395E2 for ; Tue, 6 Dec 2016 03:55:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E17AE0CC1; Tue, 6 Dec 2016 03:54:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E976E0CC1 for ; Tue, 6 Dec 2016 03:54:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4976934155D for ; Tue, 6 Dec 2016 03:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 849EA24B8 for ; Tue, 6 Dec 2016 03:54:30 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1480970136.1aae3773185d4338f12b4305b6b5abcd501e7a4a.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/__init__.py X-VCS-Directories: pym/portage/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1aae3773185d4338f12b4305b6b5abcd501e7a4a X-VCS-Branch: master Date: Tue, 6 Dec 2016 03:54:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a716c1ce-4035-4f02-8a96-425e682fa287 X-Archives-Hash: b0e36af9ed8e4df21c8bf9c1bf40c60c commit: 1aae3773185d4338f12b4305b6b5abcd501e7a4a Author: Brian Dolbec gentoo org> AuthorDate: Mon Dec 5 19:56:27 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Dec 5 20:35:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1aae3773 portage/__init__.py: Whitespace cleanup pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index c8e8b56..0e036b1 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -217,7 +217,7 @@ class _unicode_func_wrapper(object): and return values to unicode from bytes. Function calls will raise UnicodeEncodeError if an argument fails to be encoded with the required encoding. Return values that - are single strings are decoded with errors='replace'. Return + are single strings are decoded with errors='replace'. Return values that are lists of strings are decoded with errors='strict' and elements that fail to be decoded are omitted from the returned list.