[U-Boot] [PATCH v2 03/17] patman: Handle unicode in _ProjectConfigParser tests

sjg at google.com sjg at google.com
Wed Oct 10 00:01:46 UTC 2018


With Python 2.7.15rc1, ConfigParser.SafeConfigParser has unfortunately
started returning unicode, for unknown reasons. Adjust the code to handle
this by converting everything to unicode. We cannot convert things to
ASCII since email addresses may be encoded with UTF-8.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 tools/patman/settings.py | 27 ++++++++++++++++++++-------
 1 file changed, 20 insertions(+), 7 deletions(-)

Applied to u-boot-dm


More information about the U-Boot mailing list