You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aniso8601==8.1.0 * raises ValuError in case of non-string arguments
passed to get_date_resolution and parse_date methods.
It is ok for Python3 envs, but backward incompatible for Python 2.7
where we are passing unicode (at least in unittests).
* https://bitbucket.org/nielsenb/aniso8601/src/master/CHANGELOG.rst
0 commit comments