remote-pdb v1.3.0 Release Notes

Release Date: 2019-03-13 // about 5 years ago
    • 👍 Documented support for Python 3.7's breakpoint().
    • Added support for setting the socket listening host/port through the REMOTE_PDB_HOST/REMOTE_PDB_PORT environment variables. Contributed by Matthew Wilkes in #14 <https://github.com/ionelmc/python-remote-pdb/pull/14>_.
    • ✂ Removed use of rw file wrappers around sockets (turns out socket's makefile is very buggy in Python 3.6 and later - output is discarded <https://bugs.python.org/issue35928>). Contributed in #13 <https://github.com/ionelmc/python-remote-pdb/pull/13>.