[Mailman-Developers] print >> sys.stderr does not compile

Ralph Corderoy ralph@inputplus.demon.co.uk
Tue, 20 Feb 2001 09:52:46 +0000


Hi Fil,

> You recently changed all calls like
>     write('(locked)', file=sys.stderr)
> to
>     print >> sys.stderr, _('(locked)')
> 
> but the latter will not compile on my machine. Am I missing something?

I'd guess that your version of Python isn't recent enough to have the
new `>>' for I/O redirection.

Sorry, but I don't know what version you'd require.


Ralph.