proto-PEP: interpolated strings using ""if
Dan Bishop
danb_83 at yahoo.com
Sat Feb 8 08:55:01 EST 2003
More information about the Python-list mailing list
Sat Feb 8 08:55:01 EST 2003
- Previous message (by thread): mxODBC installation on Mac OS X
- Next message (by thread): proto-PEP: interpolated strings using ""if
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Roman Suzi <rnd at onego.ru> wrote in message news:<mailman.1044689508.26562.python-list at python.org>... > On Sat, 8 Feb 2003, Anthony Baxter wrote: > > >Examples > > > > >>> a, b = 5, 6 > > >>> print "a = $a, b = $b"if > > a = 5, b = 6 > > What is wrong with: > > print "a= %(a)s, b = %(b)s" % vars() > > ??? I think he was making a joke about PEP 308.
- Previous message (by thread): mxODBC installation on Mac OS X
- Next message (by thread): proto-PEP: interpolated strings using ""if
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list