]> granicus.if.org Git - python/commit
Use str.format() to fix beginner's mistake with %-style string formatting.
authorGeorg Brandl <georg@python.org>
Fri, 18 Sep 2009 13:57:11 +0000 (13:57 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 18 Sep 2009 13:57:11 +0000 (13:57 +0000)
commitb0199518750feb2a37fe6ebfb9679329d3eb305f
treef991825a80f21b364ef525b889b47433656af22a
parentc40e60e5e50f8ac1d157cf524f90d024c6bf31a3
Use str.format() to fix beginner's mistake with %-style string formatting.
Lib/inspect.py