Message189319
The xml.etree.ElementTree module provides _Element and _ElementInterface as compatibility aliases for Element. However, in Python 3.3 if the _elementtree module is importable, these classes are not identical: Element is a C implementation, and _Element/_ElementInterface is a Python implementation.
$ python3.2 test-elementinterface.py
141477524
141477524
141477524
$ python3.3 test-elementinterface.py
137248544
4144597188
4144597188 |
|
Date |
User |
Action |
Args |
2013-05-15 22:39:43 | jwilk | set | recipients:
+ jwilk |
2013-05-15 22:39:43 | jwilk | set | messageid: <1368657583.19.0.922119818205.issue17988@psf.upfronthosting.co.za> |
2013-05-15 22:39:43 | jwilk | link | issue17988 messages |
2013-05-15 22:39:43 | jwilk | create | |
|