Issue1326

classification
Title: Jython 2.5 does not include xml.etree.ElementTree
Type: rfe Severity: normal
Components: Library Versions: 25rc4
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: dregan, pjenvey
Priority: Keywords:

Created on 2009-04-24.19:06:40 by dregan, last changed 2009-04-25.01:55:18 by dregan.

Messages
msg4592 (view) Author: dan regan (dregan) Date: 2009-04-24.19:06:39
Jython 2.5 does not include xml.etree.ElementTree

To be compatible with Python 2.5 code, it should.
msg4594 (view) Author: Philip Jenvey (pjenvey) Date: 2009-04-25.01:03:02
Yes it does..?

Jython 2.5b3+ (trunk:6258, Apr 23 2009, 18:06:50) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_07
Type "help", "copyright", "credits" or "license" for more information.
>>> from xml.etree import ElementTree
>>> ElementTree
<module 'xml.etree.ElementTree' from '/Users/pjenvey/src/java/jython-
clean/dist/Lib/xml/etree/ElementTree$py.class'>
msg4595 (view) Author: dan regan (dregan) Date: 2009-04-25.01:55:18
Sorry, clearly I'm mistaken.
History
Date User Action Args
2009-04-25 01:55:18dregansetmessages: + msg4595
2009-04-25 01:03:03pjenveysetstatus: open -> closed
resolution: invalid
messages: + msg4594
nosy: + pjenvey
2009-04-24 19:06:40dregancreate