Ed Leafe wrote:
If Python wants \n between lines, then they should be set in dFormMixin._addCode. I joined the lines with os.linesep because that's what you told me Python wanted. Instead of removing that code, you should have just changed it to "\n".join
Perhaps, but we already have special code in dicttoxml() to handle code objects, and it seems more robust to put this in a central place (is dFormMixin the only place we'll ever be dealing with compiling the code objects?)
-- Paul McNett http://paulmcnett.com http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
