Message 386993 - Python tracker
Message386993
| Author | vstinner |
|---|---|
| Recipients | dtrodrigues, fxcoudert, gregory.p.smith, hroncok, petr.viktorin, twouters, vstinner |
| Date | 2021-02-15.10:03:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1613383413.03.0.505689343804.issue42819@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Related issue: test_pdb_interaction_doctest test of pytest fails on Fedora Rawhide because of a "\x1b[?2004h" string: * https://github.com/pytest-dev/pytest/issues/8256 * https://bugzilla.redhat.com/show_bug.cgi?id=1892612 It fails with readline 8.1 which enables bracketed mode by default, but it fails with any readline version if ~/.inputrc contains "set enable-bracketed-paste on". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-02-15 10:03:33 | vstinner | set | recipients: + vstinner, twouters, gregory.p.smith, petr.viktorin, hroncok, fxcoudert, dtrodrigues |
| 2021-02-15 10:03:33 | vstinner | set | messageid: <1613383413.03.0.505689343804.issue42819@roundup.psfhosted.org> |
| 2021-02-15 10:03:33 | vstinner | link | issue42819 messages |
| 2021-02-15 10:03:32 | vstinner | create | |