diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-10-21 06:33:42 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-10-21 06:33:42 (GMT) |
commit | 04d5bc00a219860c69ea17eaa633d3ab9917409f (patch) | |
tree | 951bae5de7e88f2963ac9156f5836f10aa7d2f62 /Misc | |
parent | ac65d96777f1619c2910de82093e4f6f24dedd2f (diff) | |
download | cpython-04d5bc00a219860c69ea17eaa633d3ab9917409f.zip cpython-04d5bc00a219860c69ea17eaa633d3ab9917409f.tar.gz cpython-04d5bc00a219860c69ea17eaa633d3ab9917409f.tar.bz2 |
Closes #13235: Added deprecation for warn() methods and function in logging.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |