Skip to content

Launch/OpenUrl API is broken on Windows with 7.1+ #1501

@ivankravets

Description

@ivankravets

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.

>>> 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

Actual Behavior

Everything works on Click < 7.1. See changes:

Environment

  • Python version: No matter
  • Click version: 7.1+

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions