Index: completer.py
===================================================================
RCS file: /home/fs/jajvirta/repository/repl/completer.py,v
retrieving revision 1.1
diff -c -r1.1 completer.py
*** completer.py 2002/05/11 07:29:35 1.1
--- completer.py 2002/05/12 05:22:20
***************
*** 33,39 ****
"""Compute matches when text is a simple name.
Return a list of all keywords, built-in functions and names
! currently defines in __main__ that match.
"""
import keyword
--- 33,39 ----
"""Compute matches when text is a simple name.
Return a list of all keywords, built-in functions and names
! currently defined in __main__ that match.
"""
import keyword
I wonder if bash programmable completion could provide some ideas for pyrepl?