2020.11.0 (11 November 2020)
Enhancements
- Update shipped debugger wheels to python 3.8.
(#14614)
Fixes
- Update the logic for parsing and sending selected code to the REPL.
(#14048) - Fix "TypeError: message must be set" error when debugging with
pytest
.
(#14067) - When sending code to the REPL, read input from
sys.stdin
instead of passing it as an argument.
(#14471)
Code Health
- Code for Jupyter Notebooks support has been refactored into the Jupyter extension, which is now a dependency for the Python extension