Bug in % string formatting?

Mark McEahern marklists at mceahern.com
Thu Dec 20 16:03:30 EST 2001


Try this:

	print format_string % (names['John'][:] + names['Jane'][:])

// mark




More information about the Python-list mailing list