Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

v1.5.2

Compare
Choose a tag to compare
@jbasko jbasko released this 21 May 14:51
· 202 commits to master since this release
  • Fixes stringification of non-ascii strings in Python 2
  • Adds ConfigParser support for flat (no-section) config
  • Adds Item.str_value (closes #91) which should be used instead of str(item) to get string representation of the item's value