Dear mailman-coders 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? Here's what I get when I call almost every program in mailman/bin: > ./withlist File "./withlist", line 128 print >> sys.stderr, _(__doc__) ^ SyntaxError: invalid syntax -- Fil