[issue15246] Line coverage for collectionts.abc.Set

2012-07-03 Thread James King
New submission from James King : I'm working on increasing the line-coverage of the tests for the Set ABC in the collections.abc module. I encountered something a little funky IMO that I'm not sure is an issue or bug... but the __and__ method passes a generator object to the cons

[issue15246] Line coverage for collectionts.abc.Set

2012-07-05 Thread James King
James King added the comment: How about a working test instead? Let me know if it looks right. -- Added file: http://bugs.python.org/file26267/set_abc_coverage.patch ___ Python tracker <http://bugs.python.org/issue15