From 3bad3b39b6ed806e434dfda43256a81a1d6b4219 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 17 Dec 2017 10:46:00 +0100 Subject: [PATCH] Another encoding issue... With both Python 2 and Python 3 #1197 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 8cfb5040..5b6bf2fc 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,7 @@ Bugs corrected: * 'ascii' codec can't encode character u'\U0001f4a9' in position 4: ordinal not in range(128) #1185 * KeyError: 'memory_info' on stats sum #1188 * Electron/Atom processes displayed wrong in process list #1192 + * Another encoding issue... With both Python 2 and Python 3 #1197 Backward-incompatible changes: -- GitLab