py3k concerns. An example

Hrvoje Niksic hniksic at xemacs.org
Tue Apr 22 02:36:51 EDT 2008


"Martin v. Löwis" <martin at v.loewis.de> writes:

>> In py3k string%dictionary is going away.
>
> Why do you say that? It's not going away in Python 3.0.

I also got the impression that it was going away.  PEP 3101's abstract
says:

    This PEP proposes a new system for built-in string formatting
    operations, intended as a replacement [sic] for the existing '%'
    string formatting operator.

Under "Backward compatibility" it says that both systems can coexist
"until it comes time to deprecate the older system".



More information about the Python-list mailing list