Closed ghost closed 6 years ago
It's actually the other way around :-). Python 3 should be fine but Python 2 won't because the project uses datetime.timezone
. I'll leave this open and resolve it once Python 2 support is added.
Great to hear, thanks!
On 6 April 2017 20:39:19 GMT+01:00, Evan Sangaline notifications@github.com wrote:
It's actually the other way around :-). Python 3 should be fine but Python 2 won't because the project uses
datetime.timezone
. I'll leave this open and resolve it once Python 2 support is added.-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/sangaline/wayback-machine-scraper/issues/1#issuecomment-292290854
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
Actually, with Python 2 being end-of-lifed so soon, there's probably no point in adding it now.
It's a sad state of affairs, that I have to ask this for projects that don't make it explicitly clear. So, sorry! :)
I'm just wondering whether this is compatible with Python 3? Or, would it need some love and contribution to bring it up to date?
Thanks!