View | Details | Raw Unified | Return to bug 54192 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
 Lines 136-138    Link Here 
136
				
136
						data = pickle.load(fp, encoding='bytes')
137
--
137
				except (IOError, KeyError):
Line 149    Link Here 
149
				name = name[0]
148
				name = name[0].decode(encoding='utf-8')
150
--

Return to bug 54192