mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Pick the "escape" function from the standard library instead of from PyXML.
This commit is contained in:
parent
ce19496ec1
commit
a4699a71b8
@ -17,7 +17,7 @@ import os
|
||||
import re
|
||||
import string
|
||||
|
||||
from xml.utils import escape
|
||||
from xml.sax.saxutils import escape
|
||||
|
||||
|
||||
AUTOCLOSE = ()
|
||||
|
Loading…
Reference in New Issue
Block a user