* changes to make python 3.5 compatible * html.parser works differently in 3.4 & 3.5, made functions that use it handle things consistently * fixed bugs in logtools & improved testing to catch cases that weren't being caught before * added contexts.capture_stderr()
0.8
===
* Added pprint() to utils
0.7
===
* moved all Context Managers into their own module "contexts" * added capture_stdout() Context Manager that captures STDOUT into a StringIO object
0.6
===
* added util temp_file() Context Manager that wraps the creation and removal of temp files
0.5.1
=====
* fix py2.7 specific bug where AnchorParser wasn't initializing properly due to old style classes
0.5
===
* added parse_link utility for parsing HTML anchor tags