[New-bugs-announce] [issue34091] REPL does not work in msys2, ConEmu terminals on windows

Maximilian Nöthe report at bugs.python.org
Wed Jul 11 05:02:12 EDT 2018


New submission from Maximilian Nöthe <maximilian.noethe at tu-dortmund.de>:

The REPL won't start in interactive mode, it only starts when explicitly given the `-i` option. 

The problems IPython is having, e.g. missing syntax highlighting and no tab completion should have the same root.

See this issue for mingw:
https://github.com/Alexpux/MINGW-packages/issues/730

They fixed it by patching python using this patch:
https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-python3/1700-cygpty-isatty.patch

And this issue at msys2:
https://sourceforge.net/p/msys2/tickets/32/

----------
messages: 321417
nosy: maxnoe
priority: normal
severity: normal
status: open
title: REPL does not work in msys2, ConEmu terminals on windows
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34091>
_______________________________________


More information about the New-bugs-announce mailing list