diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2015-01-11 11:55:29 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2015-01-11 11:55:29 (GMT) |
commit | a5d0c7c2fdd638d684acdb5391e0987b1e37f56a (patch) | |
tree | 90debcd5a43e635d8a0dda8cb69533588c6c513e /Misc | |
parent | 845b14cc8ef2d95e72c97a788a1ffb31faeaa3a8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |