mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Restore the deprecated logging.warn() in 3.13 (#12509)
This commit is contained in:
@@ -194,3 +194,9 @@ codecs.xmlcharrefreplace_errors
|
||||
|
||||
# To match `dict`, we lie about the runtime, but use overloads to match the correct behavior
|
||||
types.MappingProxyType.get
|
||||
|
||||
# logging.warn() was restored after the 3.13 release candidate, which is what CI is using
|
||||
logging.__all__
|
||||
logging.Logger.warn
|
||||
logging.LoggerAdapter.warn
|
||||
logging.warn
|
||||
|
||||
Reference in New Issue
Block a user