Skip to content

Releases: TotallyNotRobots/py-irclib

v0.3.0

18 Aug 23:37
a7f0298
Compare
Choose a tag to compare

Fixes

  • Add explicit __all__ statements for all module exports
  • Expand parser test coverage
  • Fix handling empty parameters in ParamList
  • Fix support for partial prefixes
  • Fix parsing of empty string for CapList

New

  • Add comparison support for list and Dict[str, str] to TagList
  • Allow empty constructors for TagList

Changes

  • Removed Python 3.4 support