mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add missing objects in codecs, configparser, and multiprocessing.dummy (#7360)
This commit is contained in:
@@ -163,8 +163,8 @@ class RawConfigParser(_parser):
|
||||
|
||||
class ConfigParser(RawConfigParser): ...
|
||||
|
||||
if sys.version_info < (3, 11):
|
||||
class SafeConfigParser(ConfigParser): ...
|
||||
if sys.version_info < (3, 12):
|
||||
class SafeConfigParser(ConfigParser): ... # deprecated alias
|
||||
|
||||
class SectionProxy(MutableMapping[str, str]):
|
||||
def __init__(self, parser: RawConfigParser, name: str) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user