Message229632
As I said in msg209237:
------------------------------------------------------------------------------------
> The containers are there to help with discoverability. If you want to know what
> all the (common) AF values are you can either do
>
> [name for name in dir(socket) if name.isupper() and name.startswith('AF_')]
>
> or
>
> list(socket.AddressFamily)
------------------------------------------------------------------------------------
The Enum classes have been documented, so they should be in __all__. |
|
Date |
User |
Action |
Args |
2014-10-18 05:54:46 | ethan.furman | set | recipients:
+ ethan.furman, vstinner, serhiy.storchaka, vajrasky |
2014-10-18 05:54:46 | ethan.furman | set | messageid: <1413611686.39.0.408701071781.issue20689@psf.upfronthosting.co.za> |
2014-10-18 05:54:46 | ethan.furman | link | issue20689 messages |
2014-10-18 05:54:46 | ethan.furman | create | |
|