We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbfc75 commit fd6f10cCopy full SHA for fd6f10c
stdlib/_socket.pyi
@@ -497,7 +497,7 @@ if sys.platform == "linux":
497
RDS_RDMA_USE_ONCE: int
498
RDS_RECVERR: int
499
500
- # This is supported by cpython but doesn't seem to be a real thing.
+ # This is supported by CPython but doesn't seem to be a real thing.
501
# The closest existing constant in rds.h is RDS_CMSG_CONG_UPDATE
502
# RDS_CMSG_RDMA_UPDATE: int
503
@@ -634,7 +634,7 @@ if sys.platform == "linux":
634
NETLINK_ROUTE: int
635
NETLINK_USERSOCK: int
636
NETLINK_XFRM: int
637
- # Technically still supported by cpython
+ # Technically still supported by CPython
638
# NETLINK_ARPD: int # linux 2.0 to 2.6.12 (EOL August 2005)
639
# NETLINK_ROUTE6: int # linux 2.2 to 2.6.12 (EOL August 2005)
640
# NETLINK_SKIP: int # linux 2.0 to 2.6.12 (EOL August 2005)
0 commit comments