~ubuntu-branches/ubuntu/precise/python3.2/precise

« back to all changes in this revision

Viewing changes to Doc/library/rlcompleter.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-14 16:12:14 UTC
  • mfrom: (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110214161214-f5vwa226kebccmt9
Tags: 3.2~rc3-1
Python 3.2 release candidate 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
   :synopsis: Python identifier completion, suitable for the GNU readline library.
6
6
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
7
7
 
 
8
**Source code:** :source:`Lib/rlcompleter.py`
 
9
 
 
10
--------------
8
11
 
9
12
The :mod:`rlcompleter` module defines a completion function suitable for the
10
13
:mod:`readline` module by completing valid Python identifiers and keywords.