>>> import click
>>> click.__version___
>>> 7.1.1
>>> click.launch("https://github.com?click_7_1=is_broken")
>>> The system cannot find the file 'https://github.com?click_7_1=is_broken'
>>> 1
Everything works on Click < 7.1. See changes:
Expected Behavior
click.launch()API is broken with 7.1 on Windows. We are going to have a quick release of @platformio and lock Click to <7.1. Something is going wrong with Click last time.Actual Behavior
Everything works on Click < 7.1. See changes:
Environment