-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed as duplicate of#131973
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
consultar_nfe = browserxml.element_response(metodo=By.XPATH, identificador_elemento="//*[@id="divServicosMaisAcessados"]/div[1]/a", message_success="Success", message_error="Error", click=True)Ao criar uma linha longa de código como essa, o sistema cria "\" (barra invertida simples) para indicar o final da linha, porém o terminal do próprio python interpreta isso como uma quebra de linha e "bug" o terminal inteiro, tanto na edição como na execução
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error