Message321417
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | maxnoe |
|---|---|
| Recipients | maxnoe |
| Date | 2018-07-11.09:02:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1531299732.09.0.56676864532.issue34091@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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/ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-11 09:02:12 | maxnoe | set | recipients: + maxnoe |
| 2018-07-11 09:02:12 | maxnoe | set | messageid: <1531299732.09.0.56676864532.issue34091@psf.upfronthosting.co.za> |
| 2018-07-11 09:02:12 | maxnoe | link | issue34091 messages |
| 2018-07-11 09:02:11 | maxnoe | create | |