mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Pick the "escape" function from the standard library instead of from PyXML.
This commit is contained in:
parent
ce19496ec1
commit
a4699a71b8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import os
|
|||
import re
|
||||
import string
|
||||
|
||||
from xml.utils import escape
|
||||
from xml.sax.saxutils import escape
|
||||
|
||||
|
||||
AUTOCLOSE = ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue