[issue17448] test_sax should skip when no xml parsers are found

2013-03-17 Thread R. David Murray
R. David Murray added the comment: Thanks, Rafael. -- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.2, Python 3.4 ___ Python tracker __

[issue17448] test_sax should skip when no xml parsers are found

2013-03-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 114e363ebf83 by R David Murray in branch '3.2': #17448: Make test_sax skip if there are no xml parsers. http://hg.python.org/cpython/rev/114e363ebf83 New changeset 3ab80610b2a2 by R David Murray in branch '3.3': Merge #17448: Make test_sax skip if t

[issue17448] test_sax should skip when no xml parsers are found

2013-03-17 Thread Rafael Santos
Changes by Rafael Santos : -- title: test_xml should skip when no xml parsers are found -> test_sax should skip when no xml parsers are found ___ Python tracker ___