Closed MightySCollins closed 6 years ago
Python 3.7 changed the syntax https://bugs.python.org/issue32012. With the comma the below exception is raised.
SyntaxError: Generator expression must be parenthesized
Actually #21 does a better job than this... Should have noticed that.
Python 3.7 changed the syntax https://bugs.python.org/issue32012. With the comma the below exception is raised.