9 ms·
Anecdotal: I wrote a Google Reader API library in Python 2 that I'm working on porting to Python 3 and it really hasn't been that bad. I had some HTTP dependanc
by askedrelic 14y ago
Anecdotal: I wrote a Google Reader API library in Python 2 that I'm working on porting to Python 3 and it really hasn't been that bad. I had some HTTP dependancies on urllib/urllib2 but requests (with a py3 compatibility class) made it easy.
The port was requested by someone looking to build an RSS feed reader or checker in Sublime Text 3, which using Python 3.3. Things are moving forward.
- speg 14y agoHey, that was me. Glad to hear it :)
- askedrelic 14y agoHowdy! I have a branch with all the tests working, just haven't made an official release yet. Hopefully very soon...