Skip to content

2020.11.358366026

Compare
Choose a tag to compare
@karthiknadig karthiknadig released this 11 Nov 21:39
ab63f02

2020.11.0 (11 November 2020)

Enhancements

  1. Update shipped debugger wheels to python 3.8.
    (#14614)

Fixes

  1. Update the logic for parsing and sending selected code to the REPL.
    (#14048)
  2. Fix "TypeError: message must be set" error when debugging with pytest.
    (#14067)
  3. When sending code to the REPL, read input from sys.stdin instead of passing it as an argument.
    (#14471)

Code Health

  1. Code for Jupyter Notebooks support has been refactored into the Jupyter extension, which is now a dependency for the Python extension