Python3: module 'socket' has no attribute '_fileobject'
Bug #1812525 reported by
Cyril Roelandt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance Client |
Triaged
|
Medium
|
Cyril Roelandt |
Bug Description
In glanceclient/
$ python3
>>> import socket
>>> socket._fileobject
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'socket' has no attribute '_fileobject'
Changed in python-glanceclient: | |
assignee: | nobody → Triveni Gurram (triveni12) |
To post a comment you must log in.
Alternate is to use socket.SocketIO class instead of _fileobject, verifying if it will cause any regression.