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
Python3 support for dict.iteritems() in strptime() (#43)
* python3 support for iteritems()
otherwise, created_at returns None
* try:except block removed
.items() will work for older versions too. i thought that it may not work for older versions (~py2.6). but it was wrong.