]> granicus.if.org Git - python/commit
Patch #403514: precompute _subst_format_str to avoid a call to
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 9 Aug 2001 16:57:33 +0000 (16:57 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 9 Aug 2001 16:57:33 +0000 (16:57 +0000)
commitc8718c13e86aff14fbb65d32ab91908c445c98c6
tree847d9feb55f2ceffcc5f7eaf9210665c50679ac8
parente358b423c28316cc18928d9df9f82d4c8678b6d3
Patch #403514: precompute _subst_format_str to avoid a call to
string.join() on each invocation of _bind.
Lib/lib-tk/Tkinter.py