Closed ssrika17 closed 3 years ago
Error 1: The function did not check whether 'fromdate' and 'todate' are strings before calling .split Error 2: The function used dict.iteritems() which is not supported in Python 3.
The changes look fine to me, but please add a line to CHANGELOG.rst - Version 2.7 (unreleased) - Fixed that documents the changes.
I have now added a line about the fix to the changelog
Error 1: The function did not check whether 'fromdate' and 'todate' are strings before calling .split Error 2: The function used dict.iteritems() which is not supported in Python 3.