New submission from Maximilian Nöthe <maximilian.noe...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34091>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to