Message158909
| 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:18 | dabrahams | set | recipients: + dabrahams, effbot, hugesmile |
| 2012-04-21 02:10:18 | dabrahams | set | messageid: <1334974218.23.0.0938857667245.issue1572710@psf.upfronthosting.co.za> |
| 2012-04-21 02:10:17 | dabrahams | link | issue1572710 messages |
| 2012-04-21 02:10:17 | dabrahams | create | |