python-weather-0.3.7
Fixed a bug that remained undetected for four months.
HTTPException
now derives fromException
class.- Calling
__repr__
on aHTTPException
object should work. - Added
__slots__
to the class definition forHTTPException
, which should save occupied memory space.