Another encoding issue... With both Python 2 and Python 3 #1197

pull/1223/head
nicolargo 2017-12-17 10:46:00 +01:00
parent 205bed0277
commit 3bad3b39b6
1 changed files with 1 additions and 0 deletions

1
NEWS
View File

@ -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: