[Python-Dev] String formating in python 3000 (original) (raw)

Crutcher Dunnavant crutcher at gmail.com
Sun Apr 2 20:05:42 CEST 2006


Python currently supports 'S % X', where S is a strinng, and X is one of:

But I have some questions about this for python 3000.

  1. Shouldn't there be a format method, like S.format(), or S.fmt()?

  2. What about using call instead of / in addition to rmod?

-- Crutcher Dunnavant <crutcher at gmail.com> littlelanguages.com monket.samedi-studios.com



More information about the Python-Dev mailing list