Skip to content

javobj-py3 0.4.3

Compare
Choose a tag to compare
@tcalmant tcalmant released this 14 May 14:25
· 23 commits to master since this release
  • Added support for TC_NULL as array sub-type in _read_field_value (see #46, thanks to @photoniker)
  • javaobj can now read GZipped files directly (trick done in load(), which is also the underlying method used by loads())
  • Fixed a type issue in BlockData/str content comparison