cenkalti / putio.py

A python wrapper for put.io APIv2
http://put.io
MIT License
72 stars 41 forks source link

Add strptime helper function #24

Closed igungor closed 8 years ago

igungor commented 8 years ago

This poor man's function is born because of a stupid Python bug: https://bugs.python.org/issue7980

Prior to Python 3.x versions, datetime.strptime is loaded lazily, causing a race when used in a multithreaded environment such as everywhere.

cenkalti commented 8 years ago

https://pypi.python.org/pypi/putio.py/2.4.5