[issue22773] Export Readline version and expect ANSI sequence for version < 0x0600

2014-11-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue22773] Export Readline version and expect ANSI sequence for version < 0x0600

2014-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset eba6e68e818c by Antoine Pitrou in branch '2.7': Issue #22773: fix failing test with old readline versions due to issue #19884. https://hg.python.org/cpython/rev/eba6e68e818c -- ___ Python tracker

[issue22773] Export Readline version and expect ANSI sequence for version < 0x0600

2014-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset c4b5a5d44254 by Antoine Pitrou in branch '3.4': Issue #22773: fix failing test with old readline versions due to issue #19884. https://hg.python.org/cpython/rev/c4b5a5d44254 New changeset be374b8c40c8 by Antoine Pitrou in branch 'default': Issue #22

[issue22773] Export Readline version and expect ANSI sequence for version < 0x0600

2014-11-01 Thread David Edelsohn
Changes by David Edelsohn : -- title: Export Readline version and expect ANSI sequence for version < 0x6000 -> Export Readline version and expect ANSI sequence for version < 0x0600 ___ Python tracker _