diff CHANGES.txt @ 5725:6923225fd781

Handle UnicodeDecodeError in file class when file contents are not text (e.g. jpg). This shows up in python3 due to conversion from bytes to string. This allows binary file retrieval via the rest interface to complete.
author John Rouillard <rouilj@ieee.org>
date Wed, 22 May 2019 20:56:59 -0400
parents 059625fbc40d
children e199d0ae4a25
line wrap: on
line diff
--- a/CHANGES.txt	Wed May 22 17:35:47 2019 -0400
+++ b/CHANGES.txt	Wed May 22 20:56:59 2019 -0400
@@ -126,6 +126,8 @@
   Cédric Krier, John Rouillard)
 - issue2550144 - fix use of undefined icing macro in devel
   template. Replace with frame macro. (Cédric Krier)
+- handle UnicodeDecodeError in file class when file contents are
+  not text (e.g. jpg). (John Rouillard)
 
 2018-07-13 1.6.0
 

Roundup Issue Tracker: http://roundup-tracker.org/