[Reportbug-maint] Bug#672487: reportbug tells UnicodeDecodeError: codec can't decode byte 0xd0 'ascii'

2014-04-20 Thread Alex 'AdUser' Z
Package: reportbug Followup-For: Bug #672487 Problem still exists in 6.4.4. I'm reporting 'burp' package, reportbug tries to attach modified files to report. Crash occures in both cases: Y and N. *** WARNING: The following configuration files have been

[Reportbug-maint] Bug#672487: reportbug tells UnicodeDecodeError: codec can't decode byte 0xd0 'ascii'

2014-04-20 Thread Alex 'AdUser' Z
Package: reportbug Version: 6.4.4 Followup-For: Bug #672487 Traced source of bug with this line inserted (near reportbug:1820): -- for f in files: + print confinfo[f] conftext = conftext + u'%s %s\n' % (f, confinfo[f]) --