Hi, This patch makes the sxp parser show empty string. Test case: import sxp sxp.show(sxp.from_string(''(a "")'')) sxp.show(sxp.from_string("(a '''')")) Without this patch: (a )(a ) With this patch: (a '''')(a '''') Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> Thanks, Zhigang _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel