* Dropped support for Python 2.6 (wheel) * Fixed get_xxx() methods to return None if the value is None. PR [128] * Added required includes. PR[127] * Config tree fix for pop. PR[126] * Handle None value for converting methods. PR[124] * ConfigTree.pop() should delete key when value == default_value. PR[123]
0.3.36
* Fixed tripled quoted string parsing bug. PR [119] * Added pop() method to ConfigTree and added KeyError to ConfigMissingException. PR [120]
0.3.35
* Implemented contains method. PR [108] * Fixed bug where last line is a comment. PR [109]
0.3.34
* Fixed some error handling that was unable to deal with unicode keys. PR [99] * Fixed Python 2.6 incompatible format string. PR [100]