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
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()
2 matches
Mail list logo