Restore the deprecated logging.warn() in 3.13 (#12509)

This commit is contained in:
Peter Bierma
2024-08-10 20:52:20 +00:00
committed by GitHub
parent 815d8bfb7b
commit ae15dd3158
2 changed files with 37 additions and 36 deletions

View File

@@ -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