[Python-Dev] User extendable literal modifiers ?!

Skip Montanaro skip@pobox.com
Fri, 27 Sep 2002 10:15:44 -0500


    Guido> But if you see $f"1 2" in a file, you may have to grep all code
    Guido> that is imported by the program containing that file for calls to
    Guido> sys.register.

Even worse, if you happen to see it in isolation (a module disconnected from
the program it was written for), you might have no way to find out what the
$f prefix means.

Skip