8000 gh-92658: Add Hyper-V socket support by jborean93 · Pull Request #92755 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-92658: Add Hyper-V socket support #92755

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

Merged
merged 7 commits into from
May 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/socket.rst
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
  • Loading branch information
jborean93 and zooba authored May 19, 2022
commit a0b06f3c6b2b95bf73af2e6228be14c312d66e20
2 changes: 1 addition & 1 deletion Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ created. Socket addresses are represented as follows:
UUID strings.

The ``vm_id`` is the virtual machine identifier or a set of known VMID values
if the target is not a specific virtual machine. Known VMID constants are
if the target is not a specific virtual machine. Known VMID constants
defined on ``socket`` are:

- ``HV_GUID_ZERO``
Expand Down
0