Python v2022.6.0 Release Notes

Release Date: 2022-05-05 // almost 2 years ago
  • โœจ Enhancements

    โœ… 1. Rewrite support for unittest test discovery. (#17242)

    1. Do not require a reload when swapping between language servers. (#18509)

    ๐Ÿ›  Fixes

    1. Do not show inherit env prompt for conda envs when running "remotely". (#18510) ๐Ÿ›  1. Fixes invalid regular expression logging error occurs when file paths contain special characters. (Thanks sunyinqi0508) (#18829)
    2. Do not prompt to select new virtual envrionment if it has already been selected. (#18915)
    3. Disable isort when using isort extension. (#18945) ๐Ÿšš 1. Remove process check from browser specific entry point for the extension. (#18974) โœ… 1. Use built-in test refresh button. (#19012) โšก๏ธ 1. Update vscode-telemetry-extractor to @vscode/[email protected]. (Thanks Quan Zhuo) (#19036)
    4. Ensure 64-bit interpreters are preferred over 32-bit when auto-selecting. (#19042)

    Code Health

    โšก๏ธ 1. Update Jedi minimum to python 3.7. (#18324) ๐Ÿ‘€ 1. Stop using --live-stream when using conda run (see https://github.com/conda/conda/issues/11209 for details). (#18511) ๐Ÿš€ 1. Remove prompt to recommend users in old insiders program to switch to pre-release. (#18809) โšก๏ธ 1. Update requirements to remove python 2.7 version restrictions. (#19060)

    Thanks

    Thanks to the following projects which we fully rely on to provide some of our features:

    Also thanks to the various projects we provide integrations with which help ๐Ÿ‘‰ make this extension useful:

    And finally thanks to the Python development team and community for creating a fantastic programming language and community to be a part of!