Message365908
It seems that people usually use the socket module like this, I think it's safe to respect this habit:
if hasattr(socket, "FLAG_NAME"):
do_something
If use PR19402, your program will have problem on the older version system, not only "don't break existing code".
So I think delete-at-runtime is a suitable way. |
|
| Date |
User |
Action |
Args |
| 2020-04-07 14:45:54 | malin | set | recipients:
+ malin, ronaldoussoren, ned.deily, njs, Dima.Tisnek, Mariatta |
| 2020-04-07 14:45:54 | malin | set | messageid: <[email protected]> |
| 2020-04-07 14:45:54 | malin | link | issue40060 messages |
| 2020-04-07 14:45:54 | malin | create | |
|