summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-10-21 06:33:42 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-10-21 06:33:42 (GMT)
commit04d5bc00a219860c69ea17eaa633d3ab9917409f (patch)
tree951bae5de7e88f2963ac9156f5836f10aa7d2f62 /Misc
parentac65d96777f1619c2910de82093e4f6f24dedd2f (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7fe6143..36aafd9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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