Describe the bug
Relatively new deprecation warnings in example programs alice and bob for not presenting the socket routines with bytes objects in stead of str objects. Currently, they work anyways. No telling about tomorrow.
To Reproduce
Steps to reproduce the behavior:
Run the alice and bob example programs as documented.
See: "DeprecationWarning: str for buf is no longer accepted, use bytes"
Describe the bug Relatively new deprecation warnings in example programs alice and bob for not presenting the socket routines with
bytes
objects in stead ofstr
objects. Currently, they work anyways. No telling about tomorrow.To Reproduce Steps to reproduce the behavior:
Expected behavior No warnings.