]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 1820: structseq objects did not work with the % formatting operator or isinsta...
authorRaymond Hettinger <python@rcn.com>
Tue, 15 Jan 2008 03:02:37 +0000 (03:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 15 Jan 2008 03:02:37 +0000 (03:02 +0000)
commitc216df9288d03d43462c87dd9ee2ae3c340376a5
tree5ab5cd43a8f75d4dac2f6777e09315b5e78eb453
parenta01ed0305885d57731c0be69c7c0b10200e48535
Issue 1820:  structseq objects did not work with the % formatting operator or isinstance(t, tuple).

Orignal patch (without tests) by Leif Walsh.
Lib/test/test_structseq.py
Misc/ACKS
Misc/NEWS
Objects/structseq.c