utils.grouper: Improve implementation
1 unresolved thread
Closed
requested to merge generated-differential-D793-source into generated-differential-D793-target
1 unresolved thread
Compare changes
Files
2+ 25
− 1
@@ -29,6 +29,30 @@ class UtilsLib(unittest.TestCase):
That line should be
[(8, 9), (None, None)]
According to the wrong docstring (because incomplete), you are correct!