Skip to content

Commit

Permalink
cpython -> CPython (#13050)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungol authored Nov 20, 2024
1 parent 1cbfc75 commit fd6f10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/_socket.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ if sys.platform == "linux":
RDS_RDMA_USE_ONCE: int
RDS_RECVERR: int

# 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.
# The closest existing constant in rds.h is RDS_CMSG_CONG_UPDATE
# RDS_CMSG_RDMA_UPDATE: int

Expand Down Expand Up @@ -634,7 +634,7 @@ if sys.platform == "linux":
NETLINK_ROUTE: int
NETLINK_USERSOCK: int
NETLINK_XFRM: int
# Technically still supported by cpython
# Technically still supported by CPython
# NETLINK_ARPD: int # linux 2.0 to 2.6.12 (EOL August 2005)
# NETLINK_ROUTE6: int # linux 2.2 to 2.6.12 (EOL August 2005)
# NETLINK_SKIP: int # linux 2.0 to 2.6.12 (EOL August 2005)
Expand Down

0 comments on commit fd6f10c

Please sign in to comment.