1.13.1 - Fixed regression with generators in python 3.5
- Fixed an issue where using
partial
on a generator function in python 3.5 was raising aSyntaxError
. Fixed #79
See documentation page for details.
partial
on a generator function in python 3.5 was raising a SyntaxError
. Fixed #79See documentation page for details.