bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139)

This commit is contained in:
Jouke Witteveen 2022-03-27 20:22:05 +02:00 committed by GitHub
parent 5ca6d7469b
commit c12ba6b2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -1568,7 +1568,7 @@ class Logger(Filterer):
while stacklevel > 0:
next_f = f.f_back
if next_f is None:
##TODO: We've got options here
## We've got options here.
## If we want to use the last (deepest) frame:
break
## If we want to mimic the warnings module: