commit | c216df9288d03d43462c87dd9ee2ae3c340376a5 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jan 15 03:02:37 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jan 15 03:02:37 2008 +0000 |
tree | 5ab5cd43a8f75d4dac2f6777e09315b5e78eb453 | |
parent | a01ed0305885d57731c0be69c7c0b10200e48535 [diff] |
Issue 1820: structseq objects did not work with the % formatting operator or isinstance(t, tuple). Orignal patch (without tests) by Leif Walsh.