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 santoso.wijaya
Recipients eli.bendersky, santoso.wijaya, scoder
Date 2014-05-01.15:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398959175.3.0.622268148028.issue21403@psf.upfronthosting.co.za>
In-reply-to
Content
Quoting dabrahams in issue 1572710:

On second thought, I see what effbot is trying to say... but it's still a bug. Given the way the interface is declared and the behavior of regular python functions:

  Element(tag, attrib={}, **extra)

indicates that I can pass attrib (or tag, for that matter) as a keyword argument.  Nothing in the documentation gives the C implementation permission to behave differently.
History
Date User Action Args
2014-05-01 15:46:15santoso.wijayasetrecipients: + santoso.wijaya, scoder, eli.bendersky
2014-05-01 15:46:15santoso.wijayasetmessageid: <1398959175.3.0.622268148028.issue21403@psf.upfronthosting.co.za>
2014-05-01 15:46:15santoso.wijayalinkissue21403 messages
2014-05-01 15:46:14santoso.wijayacreate