Skip to content

sre_constants.error: nothing to repeat #86

Open
@gfiedler

Description

@gfiedler

When I use behave-webdriver with Python 2.7.1, then I get an error "sre_constants.error: nothing to repeat".

This is fixed in current versions of Python 2.7 and does not throw an exception anymore. See Python Issue18647.

I can not upgrade Python, because I need a special Python interpreter, which is only available for Python 2.7.1.

Replacing "([^"]*)?" by "([^"]+)?" is a compatible fix, so behave-webdriver will also work with Python 2.7.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions