Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 643 Bytes

ROADMAP.md

File metadata and controls

14 lines (9 loc) · 643 Bytes

Roadmap

  • Add tests for... everything? (the goal is to cover at least the User + Channel + Server classes).
  • Python3 test grid to test against different Python versions.
  • Log more things more seriously (that helps so much for debugging).
  • Changes channels and users properties and make them faster (dicts over lists).
  • Take the progress.md document and try to work on the missing commands.

Note: As much as we can, we'll try to strictly only rely on the Python3 standard library.

See also: Changelog

To see the changes made from upstream, please have a look at the CHANGELOG.md document.