mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Deprecate htmllib and sgmllib for 3.0.
This commit is contained in:
parent
681001e11b
commit
ac19d85e04
8 changed files with 26 additions and 8 deletions
|
@ -9,6 +9,11 @@
|
|||
# not supported at all.
|
||||
|
||||
|
||||
from warnings import warnpy3k
|
||||
warnpy3k("the sgmllib module has been removed in Python 3.0",
|
||||
stacklevel=2)
|
||||
del warnpy3k
|
||||
|
||||
import markupbase
|
||||
import re
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue