Skip to content

Fix ipython 8 indentation issue: add backspace like version <7.1#158

Open
littlewu2508 wants to merge 3 commits intosillybun:masterfrom
littlewu2508:wuyy
Open

Fix ipython 8 indentation issue: add backspace like version <7.1#158
littlewu2508 wants to merge 3 commits intosillybun:masterfrom
littlewu2508:wuyy

Conversation

@littlewu2508
Copy link
Copy Markdown

MWE:

def a(b):
if b > 0:
return 10
else :
return 5

Similar-to: #156

MWE:

def a(b):
    if b > 0:
        return 10
    else :
        return 5

Similar-to: sillybun#156
But line-by-line send is still not working

Generated by chatgpt-5.2-codex high
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant