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 ([EMAIL PROTECTED]) :
> 
> 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


_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to