Files
typeshed/stdlib
John Reese 8510adfe05 Add socket enum classes from py3.4+ (#1121)
* Add socket enum classes from py3.4+

Adds four IntEnum classes in the socket module that mirror the
AF_, AI_, MSG_, and SOCK_ sets of constants.

* Update socket AddressInfo/MsgFlag to use IntFlag type

* IntFlag, AddressInfo, and MsgFlag are py 3.6+
2017-04-04 23:49:01 -07:00
..
2017-04-04 20:14:07 -07:00
2017-04-04 20:14:07 -07:00
2017-03-20 20:07:58 -07:00