Skip to content

Version 2.11.0

Latest
Compare
Choose a tag to compare
@eandersson eandersson released this 13 Oct 13:05
· 2 commits to 2.x since this release
9068ca2
  • Added Python 3.13 support.
  • Replaced select.select with select.poll on Linux by default.
  • Replaced list with collections.deque - Thanks Bernhard Thiel.
  • Removed unnecessary lock when building messages.
  • Fixed various Python 2.7 tests.