mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
update references and documentation for modules in the new html package
(http://bugs.python.org/issue2882)
This commit is contained in:
parent
91ae250273
commit
cb51d84214
7 changed files with 23 additions and 22 deletions
|
@ -64,7 +64,7 @@ class TestBase:
|
|||
if self.has_iso10646:
|
||||
return
|
||||
|
||||
from htmlentitydefs import codepoint2name
|
||||
from html.entities import codepoint2name
|
||||
|
||||
def xmlcharnamereplace(exc):
|
||||
if not isinstance(exc, UnicodeEncodeError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue