Also this was verified successfully on stein-proposed.

root@b1:~# python3 << EOF
> import eventlet
> eventlet.monkey_patch()
> 
> import socket
> import ssl
> 
> sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
> wrappedSocket = ssl.wrap_socket(sock)
> EOF
root@b1:~# apt policy python3-eventlet
python3-eventlet:
  Installed: 0.24.1-0ubuntu3.1~cloud0
  Candidate: 0.24.1-0ubuntu3.1~cloud0
  Version table:
 *** 0.24.1-0ubuntu3.1~cloud0 500
        500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
bionic-proposed/stein/main amd64 Packages
        100 /var/lib/dpkg/status
     0.20.0-4 500
        500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages


** Tags removed: verification-stein-needed
** Tags added: verification-stein-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834565

Title:
  python 3.7: wrap_socket() got an unexpected keyword argument
  '_context'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1834565/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to