[issue41558] Backspace not clearing the text

2020-08-15 Thread Ketan Bhatt
Ketan Bhatt added the comment: Dear Steven, Checked in the interpreter from the terminal and you are right, the output is as desired, and there is no bug. As advised, I will report this to the Jupyter team. Thank you for your confirmation and advised. Regards, Ketan Bhatt. > On 15-Aug-2

[issue41558] Backspace not clearing the text

2020-08-15 Thread Ketan Bhatt
Ketan Bhatt added the comment: > Dear Steven, > > Checked in the interpreter from the terminal and you are right, the output is > as desired, and there is no bug. > As advised, I will report this to the Jupyter team. > Thank you for your confirmation and advised. > R

[issue41558] Backspace not clearing the text

2020-08-15 Thread Ketan Bhatt
New submission from Ketan Bhatt : The below statement is not clearing the text, although there are three backspaces: print("123",end="\b\b\b") The output from the Jupiter note book is 12!!! -- files: bug.ipynb messages: 375469 nosy: ketanbhatt18 priority: nor

[issue26149] Suggest PyCharm Community as an editor for Unix platforms

2016-05-27 Thread Ketan Bhatt
Ketan Bhatt added the comment: I would want to work on this, for 2 days. This is going to be my first contribution to python, please bear with me if i make some silly mistake. Looking forward to your support. Thank you -- nosy: +Ketan Bhatt