Skip to content

python-weather-0.3.7

Compare
Choose a tag to compare
@null8626 null8626 released this 05 Nov 09:25
· 225 commits to main since this release
b69eed6

Fixed a bug that remained undetected for four months.

  • HTTPException now derives from Exception class.
  • Calling __repr__ on a HTTPException object should work.
  • Added __slots__ to the class definition for HTTPException, which should save occupied memory space.