We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665ca0a commit 0009616Copy full SHA for 0009616
Lib/plistlib.py
@@ -62,7 +62,8 @@
62
import re
63
import struct
64
from warnings import warn
65
-from xml.parsers.expat import ParserCreate
+# XXX RUSTPYTHON TODO: pyexpat
66
+# from xml.parsers.expat import ParserCreate
67
68
69
PlistFormat = enum.Enum('PlistFormat', 'FMT_XML FMT_BINARY', module=__name__)
Lib/xmlrpc/client.py
@@ -135,7 +135,8 @@
135
from decimal import Decimal
136
import http.client
137
import urllib.parse
138
-from xml.parsers import expat
139
+# from xml.parsers import expat
140
import errno
141
from io import BytesIO
142
try:
0 commit comments