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 dabrahams
Recipients dabrahams, effbot, hugesmile
Date 2012-04-21.02:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334974218.23.0.0938857667245.issue1572710@psf.upfronthosting.co.za>
In-reply-to
Content
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
2012-04-21 02:10:18dabrahamssetrecipients: + dabrahams, effbot, hugesmile
2012-04-21 02:10:18dabrahamssetmessageid: <1334974218.23.0.0938857667245.issue1572710@psf.upfronthosting.co.za>
2012-04-21 02:10:17dabrahamslinkissue1572710 messages
2012-04-21 02:10:17dabrahamscreate