Bug#415968: closed by Matthias Klose (Re: Bug#415968: Not a bug)

2010-02-15 Thread Enrico Zini
On Mon, Feb 15, 2010 at 05:24:07PM +, Debian Bug Tracking System wrote: > tags 415968 + wontfix > thanks > > On 13.02.2010 22:20, Martin v. Löwis wrote: > >This is not a bug in Python, but in the individual scripts. Scripts > >should not rely on being able to write Unicode strings to stdout.

Bug#415968: Not a bug

2010-02-13 Thread Martin v. Löwis
This is not a bug in Python, but in the individual scripts. Scripts should not rely on being able to write Unicode strings to stdout. Instead, they need to encode strings explicitly, according to whatever protocol is defined for whatever file they send the data to. In absence of a more specific gui