Staging
v0.5.1
https://github.com/python/cpython
Revision 5d4121a6311065723426b977a8f080518cdf8738 authored by Ned Deily on 12 October 2013, 22:47:58 UTC, committed by Ned Deily on 12 October 2013, 22:47:58 UTC
emulation has changed from 0-based indexing to 1-based like gnu readline.
Original patch by Ronald Oussoren.
1 parent a140348
Raw File
Tip revision: 5d4121a6311065723426b977a8f080518cdf8738 authored by Ned Deily on 12 October 2013, 22:47:58 UTC
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
Tip revision: 5d4121a
contents.rst
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Python Documentation contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. toctree::

   whatsnew/index.rst
   tutorial/index.rst
   using/index.rst
   reference/index.rst
   library/index.rst
   extending/index.rst
   c-api/index.rst
   distutils/index.rst
   install/index.rst
   howto/index.rst
   faq/index.rst
   glossary.rst

   about.rst
   bugs.rst
   copyright.rst
   license.rst
back to top