4d44786 Deprecate helper function `is_socket`.

Authored and Committed by bignose 2 years ago
    Deprecate helper function `is_socket`.
    
    The function incorrectly causes `ValueError` when the file object is already
    closed. Migrate to the new `is_socket_file` helper function instead.
    
        
file modified
+5 -0
file modified
+4 -0
file modified
+13 -1