Closed
Bug 608289
Opened 15 years ago
Closed 14 years ago
elementtree gets installed even for python > 2.4
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: k0scist, Assigned: harth)
References
Details
(Keywords: regression, Whiteboard: [mozmill-1.5.2+])
Attachments
(1 file)
445 bytes,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
elementtree needs to be enabled to support python 2.4 compatability. however, it is unnecessary for python > 2.4, but gets installed anyway. it shouldn't. the check should be fixed
Updated•15 years ago
|
Whiteboard: [mozmill-1.5.1?]
Updated•15 years ago
|
Blocks: 603461
Keywords: regression
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #487048 -
Flags: review?(jhammel)
Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 487048 [details] [diff] [review]
fix version check
looks good...damn, i'm a fool. thanks for cleaning this up!
Attachment #487048 -
Flags: review?(jhammel) → review+
Reporter | ||
Comment 3•14 years ago
|
||
Has this landed? Should we land it?
Whiteboard: [mozmill-1.5.1?] → [mozmill-1.5.2?]
Updated•14 years ago
|
Assignee: nobody → fayearthur+bugs
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Whiteboard: [mozmill-1.5.2?] → [mozmill-1.5.2+]
Comment 5•14 years ago
|
||
Jeff or Heather, how does it look like for Mozmill 2.0? I can't find elementtree listed anywhere. Don't we support Python <2.5 for Mozmill 2.0?
Reporter | ||
Comment 6•14 years ago
|
||
It looks like we use xml.minidom now exclusively
Comment 7•14 years ago
|
||
Verified fixed based on code which is not in use anymore.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•