[Python-Dev] Replacement for print in Python 3.0

Bill Janssen janssen at parc.com
Sun Sep 4 01:12:16 CEST 2005


Or perhaps:

>>> print [with FORMAT-STRING] [>> STREAM] *ARGS

as an alternative to

>>> printf [@ STREAM] FORMAT-STRING *ARGS

Bill



More information about the Python-Dev mailing list