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

Fil fil@rezo.net
Tue, 20 Feb 2001 11:18:54 +0100


But I have :
Python 1.5.2 (#0, Dec 27 2000, 14:53:01)  [GCC 2.95.2 20000220 (Debian
GNU/Linux)] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam



@ Ralph Corderoy (ralph@inputplus.demon.co.uk) :
> 
> 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.
> 

-- Fil