mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-26 04:46:46 +08:00
gettext: various fixes (#4125)
This commit is contained in:
@@ -22,12 +22,6 @@ collections.UserString.maketrans
|
||||
contextlib._GeneratorContextManager.__init__
|
||||
ctypes.CDLL.__init__
|
||||
fractions.Fraction.__new__ # private _normalize param was made keyword-only in Python 3.6
|
||||
gettext.NullTranslations.npgettext
|
||||
gettext.NullTranslations.pgettext
|
||||
gettext.dnpgettext
|
||||
gettext.dpgettext
|
||||
gettext.npgettext
|
||||
gettext.pgettext
|
||||
importlib.metadata
|
||||
importlib.resources
|
||||
io.BufferedRandom.read1
|
||||
|
||||
@@ -20,12 +20,6 @@ copy.PyStringMap
|
||||
ctypes.CDLL.__init__
|
||||
email.message.MIMEPart.as_string
|
||||
enum.Enum._generate_next_value_
|
||||
gettext.NullTranslations.npgettext
|
||||
gettext.NullTranslations.pgettext
|
||||
gettext.dnpgettext
|
||||
gettext.dpgettext
|
||||
gettext.npgettext
|
||||
gettext.pgettext
|
||||
importlib.metadata
|
||||
importlib.resources
|
||||
io.BufferedRandom.read1
|
||||
|
||||
@@ -31,12 +31,6 @@ dataclasses.Field.__init__
|
||||
dataclasses.field
|
||||
email.message.MIMEPart.as_string
|
||||
enum.Enum._generate_next_value_
|
||||
gettext.NullTranslations.npgettext
|
||||
gettext.NullTranslations.pgettext
|
||||
gettext.dnpgettext
|
||||
gettext.dpgettext
|
||||
gettext.npgettext
|
||||
gettext.pgettext
|
||||
http.client.HTTPSConnection.__init__
|
||||
http.server.SimpleHTTPRequestHandler.__init__
|
||||
importlib.metadata
|
||||
|
||||
@@ -210,15 +210,6 @@ encodings.utf_8.encode
|
||||
enum.EnumMeta.__call__
|
||||
enum.EnumMeta.__new__
|
||||
getopt.GetoptError.__init__
|
||||
gettext.GNUTranslations.lngettext
|
||||
gettext.GNUTranslations.ngettext
|
||||
gettext.NullTranslations.__init__
|
||||
gettext.NullTranslations.lngettext
|
||||
gettext.NullTranslations.ngettext
|
||||
gettext.dngettext
|
||||
gettext.ldngettext
|
||||
gettext.lngettext
|
||||
gettext.ngettext
|
||||
hmac.HMAC.__init__
|
||||
html.parser.HTMLParser.feed
|
||||
http.HTTPStatus.description
|
||||
|
||||
Reference in New Issue
Block a user