Skip to content

0.33

Latest
Compare
Choose a tag to compare
@vasily-v-ryabov vasily-v-ryabov released this 25 Dec 18:54

Bug Fixes

  • Removed unused imports (thanks @Avasam).
  • Avoid to use fcntl module on some environments (thanks @i2y).
  • Change a test behavior for unix_connect.get_socket (thanks @i2y).
  • Fix accidental data change (thanks @Avasam).
  • Prefer bool over Literal[0, 1, None] (thanks @Avasam).
  • Change parentheses to brackets in LICENSE (thanks @mtelka).