This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients rhettinger, terry.reedy
Date 2013-03-19.08:06:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363680379.64.0.29456909487.issue12384@psf.upfronthosting.co.za>
In-reply-to
Content
More doc bugs: unified_diff and context_diff say 'lists of strings' when 'sequences of strings' is correct. Docstrings do say 'sequences'.

In 3.x, SequenceMatcher.get_matching_blocks return a map objects rather than a list. In spite of my original post, the items are tuples in 3.3, as least in one test. Named tuples in 3.4 would be good. I might call it an iterable of (names) triples instead of 'map object' as that is more relevant for the user. I think I should check all arg and return types in code, docstring, and doc for consistency and separately check on and as necessary upgrade namedtuple usage.
History
Date User Action Args
2013-03-19 08:06:19terry.reedysetrecipients: + terry.reedy, rhettinger
2013-03-19 08:06:19terry.reedysetmessageid: <1363680379.64.0.29456909487.issue12384@psf.upfronthosting.co.za>
2013-03-19 08:06:19terry.reedylinkissue12384 messages
2013-03-19 08:06:19terry.reedycreate