#17448: Make test_sax skip if there are no xml parsers.
Patch by Rafael Santos.
diff --git a/Misc/ACKS b/Misc/ACKS
index d8533c4..b5c8059 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -947,6 +947,7 @@
Kevin Samborn
Adrian Sampson
Ilya Sandler
+Rafael Santos
Mark Sapiro
Ty Sarna
Hugh Sasse
diff --git a/Misc/NEWS b/Misc/NEWS
index c9c854d..af22318 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -967,6 +967,9 @@
Tests
-----
+- Issue #17448: test_sax now skips if there are no xml parsers available
+ instead of raising an ImportError.
+
- Issue #11420: make test suite pass with -B/DONTWRITEBYTECODE set.
Initial patch by Thomas Wouters.