OK, let me know when there's something you would like to delegate. When I looked at the code with the intention of porting, one of the difficult issues I saw was the mixed use of strings and unicode objects. Probably adding a future import for unicode_literals and removing the u'' literals would be a good starting point for it. A similar thing could be done with respect to the print function. Out of curiosity, do you plan to use 2to3 for this, or do you plan to do it manually?
-- Turgut On 11/02/2017 04:00 PM, Davide Alberani wrote: > On Wed, Nov 1, 2017 at 5:24 PM, H. Turgut Uyar <u...@tekir.org> wrote: >> >> In short, how can I help? I think it's better if you finish the cleanup >> first before I start fiddling. But after that I can help with the Python >> 3 porting. > > Great, thanks! > > I plan to do some work to introduce Python 3.x compatibility; after > that we'll try to understand > if keeping _bsoup is possible or makes everything more complicated. > > Another point that I'd like to add to the revamp: > * switch to python-requests for queries, so that we can have real > sessions (and support logged-in users) > > > I'll keep you update! > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel