mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Also restore pycompat.class_types and deprecate it properly.
This commit is contained in:
@@ -135,6 +135,7 @@ sys.modules[__name__] = _DeprecationWrapper(sys.modules[__name__], dict(
|
||||
any = any,
|
||||
next = next,
|
||||
open = open,
|
||||
class_types = class_types,
|
||||
base_exception = BaseException,
|
||||
relpath = __import__('os').path.relpath,
|
||||
StringIO = io.StringIO,
|
||||
|
||||
Reference in New Issue
Block a user