Hacker News new | ask | show | jobs
by egonschiele 5005 days ago
Very nice! But no Python 2.6 support?
2 comments

As of an hour ago it works on 2.6 :D
The key problem seems to be `check_output` in the `subprocess` module.
https://github.com/uams/geturl/issues/7

Edit: pull request submitted.