Message99929
| Author | flox |
|---|---|
| Recipients | ArcRiley, effbot, flox |
| Date | 2010-02-23.15:48:04 |
| SpamBayes Score | 0.017433874 |
| Marked as misclassified | No |
| Message-id | <1266940085.85.0.669561767572.issue7990@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Confirmed. As a workaround, the Python implementation shows its attributes "tag", "text", "tail", "attrib". Since upstream version of ElementTree drops support for Python < 2.3, we may refactor the Element type, and use the "tp_members" and "tp_getset" slots. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-02-23 15:48:06 | flox | set | recipients: + flox, effbot, ArcRiley |
| 2010-02-23 15:48:05 | flox | set | messageid: <1266940085.85.0.669561767572.issue7990@psf.upfronthosting.co.za> |
| 2010-02-23 15:48:04 | flox | link | issue7990 messages |
| 2010-02-23 15:48:04 | flox | create | |