[Freeipa-devel] [PATCH] jderose 038 Fix ipalib doctest

2010-02-03 Thread Jason Gerard DeRose
This patch fixes doctests in ipalib/__init__.py that were broken by Rob's 364 base64-encode binary data... patch. This patch also removes the unneeded use of textui.encode_binary() in the textui.print_keyval() method. repr('cannot print me') will escape non-ascii characters using the Python \xHH

Re: [Freeipa-devel] [PATCH] jderose 038 Fix ipalib doctest

2010-02-03 Thread Rob Crittenden
Jason Gerard DeRose wrote: This patch fixes doctests in ipalib/__init__.py that were broken by Rob's 364 base64-encode binary data... patch. This patch also removes the unneeded use of textui.encode_binary() in the textui.print_keyval() method. repr('cannot print me') will escape non-ascii