Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python under ConEmu is missing single-character output lines #2271

Closed
cmcqueen opened this issue Feb 5, 2021 · 4 comments
Closed

Python under ConEmu is missing single-character output lines #2271

cmcqueen opened this issue Feb 5, 2021 · 4 comments
Labels

Comments

@cmcqueen
Copy link

cmcqueen commented Feb 5, 2021

Versions

ConEmu build: 210202 x64
OS version: Windows 10 x64
Used shell version: cmd

Problem description

$ py
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> 100
100
>>> 10
10
>>> 1

>>> 2

>>> 9

>>> 10
10
>>> print('a')

>>> print('ab')
ab

Steps to reproduce

  1. Run Python interactively.
  2. Type something that outputs 1 character of output.

Actual results

It outputs a blank line, with the expected output missing.

Expected results

The single character of output should appear.

@Maximus5 Maximus5 added the ansi label Feb 5, 2021
@bodrovis
Copy link

bodrovis commented Feb 5, 2021

I'm having the same issue with Python and Elixir interactive console. Interestingly, this issue does not happen for Ruby which (I believe) has more complex output logic to the console. It started to happen only in newer ConEmu versions.

@serpentx
Copy link

serpentx commented Feb 6, 2021

I'm having the same problem in Powershell 7.1.1 within ConEmu. No issues when running from the stock terminal.

@Maximus5
Copy link
Owner

Maximus5 commented Feb 7, 2021

@bodrovis
Copy link

bodrovis commented Feb 7, 2021

I can confirm that the above release fixes the issue for me. Thank you so much 👍

@Maximus5 Maximus5 closed this as completed Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants