summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2015-01-11 11:55:29 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2015-01-11 11:55:29 (GMT)
commita5d0c7c2fdd638d684acdb5391e0987b1e37f56a (patch)
tree90debcd5a43e635d8a0dda8cb69533588c6c513e /Misc
parent845b14cc8ef2d95e72c97a788a1ffb31faeaa3a8 (diff)
downloadcpython-a5d0c7c2fdd638d684acdb5391e0987b1e37f56a.zip
cpython-a5d0c7c2fdd638d684acdb5391e0987b1e37f56a.tar.gz
cpython-a5d0c7c2fdd638d684acdb5391e0987b1e37f56a.tar.bz2
Issue #23185: add math.inf and math.nan constants.
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 5f550d2..9a10abf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,6 +203,8 @@ Core and Builtins
Library
-------
+- Issue #23185: Add math.inf and math.nan constants.
+
- Issue #23186: Add ssl.SSLObject.shared_ciphers() and
ssl.SSLSocket.shared_ciphers() to fetch the client's list ciphers sent at
handshake.