Skip to content

Changes to sys.ps1 and sys.ps2 don't update the interpreter prompts #267

@ikanobori

Description

@ikanobori

So, for example, the following doesn't work, either in the PYTHONSTARTUP file or once the interpreter is running:

import sys
sys.ps1 = '> '
sys.ps2 = '. '

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions