Message 139179 - Python tracker

Message139179

Author rhettinger
Recipients rhettinger, terry.reedy
Date 2011-06-26.14:17:16
SpamBayes Score 0.0014548334
Marked as misclassified No
Message-id <1309097837.05.0.373291746381.issue12384@psf.upfronthosting.co.za>
In-reply-to
Content
Go head an patch the first self.matching_blocks to also return a named tuple.  Also, correct any doctests or examples using these.

The docs could also mention that list of namedtuples with fields a, b, and size is returned by get_matching_blocks().
History
Date User Action Args
2011-06-26 14:17:17rhettingersetrecipients: + rhettinger, terry.reedy
2011-06-26 14:17:17rhettingersetmessageid: <1309097837.05.0.373291746381.issue12384@psf.upfronthosting.co.za>
2011-06-26 14:17:16rhettingerlinkissue12384 messages
2011-06-26 14:17:16rhettingercreate