Message277719
Even better:
Python 3.6.0b1 (v3.6.0b1:5b0ca4ed5e2f, Sep 12 2016, 09:24:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from xml.etree.ElementTree import Element
>>> el = Element('foo')
>>> el.getiterator('bar')
Segmentation fault: 11 |
|
Date |
User |
Action |
Args |
2016-09-29 19:51:05 | ned.deily | set | recipients:
+ ned.deily, mitya57 |
2016-09-29 19:51:05 | ned.deily | set | messageid: <1475178665.22.0.985689949021.issue28314@psf.upfronthosting.co.za> |
2016-09-29 19:51:05 | ned.deily | link | issue28314 messages |
2016-09-29 19:51:05 | ned.deily | create | |
|