Ticket #167 (new enhancement)

Opened 1 year ago

Last modified 1 year ago

Add callback interface to pyreadline

Reported by: jstenar Assigned to: jstenar
Priority: normal Milestone: pyreadline 1.5
Component: pyreadline Version:
Severity: normal Keywords:
Cc:

Description

Stefan Rank has requested an implementation of readlines callback interface.

The attached files are a proof of concept to be integrated for v1.5

Attachments

callback_example.py (4.6 kB) - added by jstenar on 05/30/07 11:54:18.
Stefan's example of a callback interface
async_example.py (1.0 kB) - added by jstenar on 05/30/07 11:57:06.
my example use of async calling of pyreadline using patched emacs.py
emacs.py (27.3 kB) - added by jstenar on 05/30/07 11:57:39.
async patch of emacs.py

Change History

05/30/07 11:54:18 changed by jstenar

  • attachment callback_example.py added.

Stefan's example of a callback interface

05/30/07 11:57:06 changed by jstenar

  • attachment async_example.py added.

my example use of async calling of pyreadline using patched emacs.py

05/30/07 11:57:39 changed by jstenar

  • attachment emacs.py added.

async patch of emacs.py

05/30/07 11:58:22 changed by jstenar

  • type changed from defect to enhancement.