[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6 ___ Python tracker

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread miss-islington
miss-islington added the comment: New changeset f1e3fc4631da5e6ca1ea047c82bd9b42db9dd9ae by Miss Islington (bot) in branch '3.9': bpo-40635: Fix getfqdn() docstring and docs (GH-27971) https://github.com/python/cpython/commit/f1e3fc4631da5e6ca1ea047c82bd9b42db9dd9ae --

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread miss-islington
miss-islington added the comment: New changeset 719af92e108ea3b31729cb09077673b8f13905d2 by Miss Islington (bot) in branch '3.10': bpo-40635: Fix getfqdn() docstring and docs (GH-27971) https://github.com/python/cpython/commit/719af92e108ea3b31729cb09077673b8f13905d2 --

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +26426 pull_request: https://github.com/python/cpython/pull/27978 ___ Python tracker ___

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset fdcb675eed47b1f6054fae381af4388b16a6fff4 by andrei kulakov in branch 'main': bpo-40635: Fix getfqdn() docstring and docs (GH-27971) https://github.com/python/cpython/commit/fdcb675eed47b1f6054fae381af4388b16a6fff4 -- nosy: +lukasz.langa

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +26425 pull_request: https://github.com/python/cpython/pull/27977 ___ Python tracker

[issue40635] Documentation for socket.getfqdn incorrect?

2021-08-26 Thread Andrei Kulakov
Change by Andrei Kulakov : -- keywords: +patch nosy: +andrei.avk nosy_count: 3.0 -> 4.0 pull_requests: +26418 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27971 ___ Python tracker

[issue40635] Documentation for socket.getfqdn incorrect?

2020-05-15 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40635] Documentation for socket.getfqdn incorrect?

2020-05-15 Thread Chris Herdt
New submission from Chris Herdt : The documentation for socket.getfqdn() includes this info: "In case no fully qualified domain name is available, the hostname as returned by gethostname() is returned." However, that does not appear to be correct. To reproduce a case that exhibits contrary