Pre-PEP: Refusing to guess in string formatting operations

Patrick Vrijlandt p.vrijlandt at aig.azn.nl
Wed Mar 12 04:44:05 EST 2003


"Beni Cherniavsky" <cben at techunix.technion.ac.il> schreef in bericht
news:mailman.1047411920.14927.python-list at python.org...
> Here is something I cooked a week ago but managed to post only now
> because it was buried in a damaged disk :-).  Please comment on it.

I would like to submit this thought:
The string formatting operator % can be replaced by
/ for a single right operand ('shortcut') and
// for a tuple right operand

Advantages:
Immediately all code can be made explict
Depreciation of % can  be done at any pace

--
Patrick Vrijlandt






More information about the Python-list mailing list