Joshua Harlow 7e7ce81fb8 Pretty up the debug module
Previously the usage of the yaml_dumps module was causing
any python unicode key and value to show up as:

'item': !!python/unicode "some string"

This was not very pretty...

Fix this by using safe_dumps (which is also a good thing to
use and allow_unicode=True). Also create a tiny helper function
in the cc_debug module that does not include the yaml start and
end footers (since this module has its own footers and headers).

Also includes a basic sanity test for this module.
2014-10-18 09:27:47 -07:00
2014-10-18 09:27:47 -07:00
2014-07-15 09:27:21 -07:00
2014-09-29 09:09:27 -04:00
2014-09-22 14:00:39 -04:00
2014-10-18 09:27:47 -07:00
2014-08-26 11:53:44 -07:00
2011-09-21 15:08:17 -04:00
2014-08-26 15:53:41 -04:00
2014-03-05 15:05:59 -08:00
2014-09-02 12:18:21 -04:00
2014-08-26 11:53:44 -07:00
2014-07-07 16:03:32 -04:00
Description
RETIRED, Cross-platform instance initialization
4 MiB