Skip to content

Re Bug #135750

Closed as not planned
Closed as not planned
Re Bug#135750
@ThaliaKate

Description

@ThaliaKate

Bug report

Bug description:

# 
import re
t="""\
x=100;
y=200;

if(x = = y){
    std::cout<<"True\n";
}else{
    std::cout<<"False\n";
}
"""
t = re.sub( "= =", "==", t) # outputs x = = y
This has worked in all previous versions until I installed 3.13.3

CPython versions tested on:

3.13

Operating systems tested on:

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS-windowspendingThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions