Message 337639 - Python tracker

Message337639

Author Ofekmeister
Recipients Ofekmeister, cheryl.sabella, docs@python
Date 2019-03-10.22:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552256345.94.0.910242914596.issue36258@roundup.psfhosted.org>
In-reply-to
Content
The docstring refers to the function `fetch_server_certificate` that no longer exists. Context from https://github.com/python/cpython/pull/12168#issuecomment-469488585:

"""
In the commit on 8/28/2007, the ssl.py module was first added and it contained the fetch_server_certificate() function. That function was removed with commit r57680 on 8/30/2007. The function get_server_certificate() was added in commit r58164 on 9/18/2007.
...
Additionally, there are more than just 2 functions now, so it seems to me that the entire module docstring should be reviewed and updated to reflect the current state of the module or else it should be removed since it hasn't been kept in sync.
"""
History
Date User Action Args
2019-03-10 22:19:05Ofekmeistersetrecipients: + Ofekmeister, docs@python, cheryl.sabella
2019-03-10 22:19:05Ofekmeistersetmessageid: <1552256345.94.0.910242914596.issue36258@roundup.psfhosted.org>
2019-03-10 22:19:05Ofekmeisterlinkissue36258 messages
2019-03-10 22:19:05Ofekmeistercreate