Skip to content

Commit 23a202d

Browse files
committed
Updated XML stdlib support to latest from CPython 2.7. Fixes #2124
In addition, Jython does not use the Xerxes API (xml-apis-2.11.0.jar) in its build, so removed. We will revisit shading with the change to Gradle in 2.7.2 (#2182).
1 parent ad0368b commit 23a202d

20 files changed

+407
-1262
lines changed

CPythonLib.includes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ logging/*
1414
pydoc_data/**
1515
test/**
1616
unittest/**
17+
xml/dom/**
1718
xml/etree/**
1819

1920
# Lib files, in alphabetical order:

Lib/xml/dom/MessageSource.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

Lib/xml/dom/NodeFilter.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

Lib/xml/dom/__init__.py

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)