#1364 closed defect (wontfix)

readline is broken for 'tahoe debug repl'

Reported by: davidsarah Owned by:
Priority: minor Milestone: undecided
Component: code-frontend Version: 1.8.2
Keywords: usability tahoe-debug Cc:
Launchpad Bug:

Description

For both me and warner, readline editing does not work for 'tahoe debug repl', even though it does in a normal Python interactive prompt.

Change History (2)

comment:1 Changed at 2011-07-28T21:25:53Z by davidsarah

I can't reproduce this either on Ubuntu (Python 2.6.6), or in a Windows XP VirtualBox (Python 2.7.1). I don't know what is different between these and my old Windows box that had this bug, or warner's system.

This Stack Overflow article might be relevant. Like the poster of that article, we have code to replace sys.stdout and sys.stderr (in src/allmydata/windows/fixups.py). We do that on Windows but not on Linux. However if that were the problem it wouldn't explain why readline support doesn't work on warner's system, or why it does work in my Windows VM.

comment:2 Changed at 2020-01-16T20:24:34Z by exarkun

  • Resolution set to wontfix
  • Status changed from new to closed

"tahoe debug repl" was removed.

Note: See TracTickets for help on using tickets.