Bug#512506: Patch for this bug

2009-04-08 Thread Sandro Tosi
On Mon, Apr 6, 2009 at 22:20, chaica wrote: > tags 512506 patch > The same bug is in 4.0. > > Here is a simple patch to catch the exception and terminates reportbug, > returning a value of 1. Thanks for the patch, I'm about to apply, but please send them as unified patch (-u option to diff, -urNa

Bug#512506: Patch for this bug

2009-04-06 Thread chaica
tags 512506 patch The same bug is in 4.0. Here is a simple patch to catch the exception and terminates reportbug, returning a value of 1. Regards, Carl Chenet 539c539,543 < output_encoding = locale.getpreferredencoding() --- > try: > output_encoding = locale.getpreferredencoding()