Closes #13235: Added deprecation for warn() methods and function in logging.

This commit is contained in:
Vinay Sajip 2011-10-21 07:33:42 +01:00
parent ac65d96777
commit 04d5bc00a2
3 changed files with 23 additions and 5 deletions

View file

@ -326,6 +326,8 @@ Core and Builtins
Library
-------
- Issue #13235: Added PendingDeprecationWarning to warn() method and function.
- Issue #9168: now smtpd is able to bind privileged port.
- Issue #12529: fix cgi.parse_header issue on strings with double-quotes and