]> granicus.if.org Git - python/commit
Simplify the named tuple template by using the new string format syntax.
authorRaymond Hettinger <python@rcn.com>
Tue, 22 Mar 2011 21:07:23 +0000 (14:07 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 22 Mar 2011 21:07:23 +0000 (14:07 -0700)
commit9a3f4cbfc338e1d3da5619b709af1d005db26ac1
tree9a0665651c28f43d109f817ac219ef515455b97a
parent50105d38405fd472c7594142a9fa4deb224adc4b
Simplify the named tuple template by using the new string format syntax.
Lib/collections/__init__.py