- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message62359
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 | stefan |
|---|---|
| Recipients | stefan |
| Date | 2008-02-13.14:37:13 |
| SpamBayes Score | 0.006656829 |
| Marked as misclassified | No |
| Message-id | <1202913434.5.0.501643425154.issue2101@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The docs at http://docs.python.org/lib/dom-element-objects.html claim that removeAttribute(name) silently ignores the attempt to remove an unknown attribute. However, the current implementation in the minidom module (part of _xmlplus) raises an xml.dom.NotFoundErr exception. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-02-13 14:37:14 | stefan | set | spambayes_score: 0.00665683 -> 0.006656829 recipients: + stefan |
| 2008-02-13 14:37:14 | stefan | set | spambayes_score: 0.00665683 -> 0.00665683 messageid: <1202913434.5.0.501643425154.issue2101@psf.upfronthosting.co.za> |
| 2008-02-13 14:37:13 | stefan | link | issue2101 messages |
| 2008-02-13 14:37:13 | stefan | create | |

