csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
791 stars 175 forks source link

Assess porting to Python 3.x feasibility #1

Closed csparpa closed 10 years ago

csparpa commented 11 years ago

The library should be tested (unit-tests and functional-tests) against a Python 3.x installation and assessments should be made to understand if code can be patched in order to support Python 3.x while mantaining retro-compatibilty with 2.6/2.7 versions.

Possible steps:

  1. install a virtualenv with a Python 3.0 interpreter
  2. install PyOWM on it and run the the full test suite, tracking down what goes wrong
csparpa commented 10 years ago

The porting to Python 3 is definitely possible.

Thanks to Samuel Yap who helped me in finding out what had to be fixed in PyOWM.