Releases: TotallyNotRobots/py-irclib
Releases · TotallyNotRobots/py-irclib
v0.3.0
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
andDict[str, str]
toTagList
- Allow empty constructors for
TagList
Changes
- Removed Python 3.4 support