Revision 6c881c52 lib/http/client.py

b/lib/http/client.py
22 22

  
23 23
"""
24 24

  
25
# pylint: disable-msg=E1103
26

  
27
# # E1103: %s %r has no %r member (but some types could not be
28
# inferred), since _socketobject could be ssl or not and pylint
29
# doesn't parse that
30

  
31

  
25 32
import os
26 33
import select
27 34
import socket

Also available in: Unified diff