>> Is there a 2-to-3 fixer for % format? I scanned the fixes directly >> quickly but didn't see anything obvious.
Benjamin> I believe the only reason that % is even in 3.0 is that a 2to3 Benjamin> fixer couldn't be easily written for it. I find that kind of hard to believe (that it should be terribly difficult to write a fixer, at least given a % operator with a string literal LHS and either a tuple or dict RHS or a call to locals() or globals()). Skip _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com