-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-40901: Describe what "interface name" means on Windows #20694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-40901: Describe what "interface name" means on Windows #20694
Conversation
cc @ZackerySpytz @zooba (as you were involved in #13522) I'd appreciate some guidance here. I think news entry can be skipped safely in this case. |
Should I ask someone else for a review? Not sure who, I'm thinking people who changed this module's documentation recently. |
Doc/library/socket.rst
Outdated
* friendly name: ``vEthernet (nat)`` | ||
* description: ``Hyper-V Virtual Ethernet Adapter`` | ||
|
||
This function returns names of the second form from the list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This last sentence is perhaps not as clear as it could be. Perhaps mention the example value ethernet_32770
explicitly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fair, I'll do that in a minute.
Indeed. |
Thanks! Very helpful contribution :) |
…20694) (cherry picked from commit f85658a) Co-authored-by: Jakub Stasiak <[email protected]>
GH-22794 is a backport of this pull request to the 3.9 branch. |
…20694) (cherry picked from commit f85658a) Co-authored-by: Jakub Stasiak <[email protected]>
GH-22795 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit f85658a) Co-authored-by: Jakub Stasiak <[email protected]>
(cherry picked from commit f85658a) Co-authored-by: Jakub Stasiak <[email protected]>
https://bugs.python.org/issue40901