This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients Imagist, LambertDW
Date 2009-02-27.18:01:28
SpamBayes Score 0.00073549396
Marked as misclassified No
Message-id <1235757689.79.0.749688563506.issue5383@psf.upfronthosting.co.za>
In-reply-to
Content
I think you need this order preserving paradigm using python as is: 

def xhtmlNode(tag,*args):
    ...

xhtmlNode('div', {'id':'sidebar'}, 'Hello world')


Less work in xhtmlNode might offset the extra work in writing the
function call.  Oh well, I didn't read the pythonforum thread.
History
Date User Action Args
2009-02-27 18:01:29LambertDWsetrecipients: + LambertDW, Imagist
2009-02-27 18:01:29LambertDWsetmessageid: <1235757689.79.0.749688563506.issue5383@psf.upfronthosting.co.za>
2009-02-27 18:01:28LambertDWlinkissue5383 messages
2009-02-27 18:01:28LambertDWcreate