David A. Wheeler wrote: > In Python 2.6, could some print FUNCTION be added to the builtins, using a > different name than "print" but with the Python 3000 semantics? Call it > printfunc or whatever.
I like xprint(). It follows the example of range/xrange, it's short, fast to type and easy to remember. Neither google nor find -name \*.py | xargs grep xprint revealed a method xprint. Christian _______________________________________________ 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