mirror of
https://github.com/wassname/pyreadline.git
synced 2026-08-11 11:23:56 +08:00
Doc changes and release changes for 1.7
This commit is contained in:
@@ -13,6 +13,10 @@ console is still under development.
|
||||
|
||||
The pyreadline module does not yet support Python 3.x this will be targeted for the 2.0 version.
|
||||
|
||||
Version 1.7 will be the last release with compatibility with 2.4 and 2.5. The next
|
||||
major release will target 2.6, 2.7 and 3.x. The 1.7 series will only receive bugfixes
|
||||
from now on.
|
||||
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
@@ -6,7 +6,8 @@ Known issues
|
||||
from the install directory. This will not interfere with ipython usage, but you will
|
||||
not be able to use the rlcompleter module which requires the readline.py module.
|
||||
|
||||
* reverse search does not work
|
||||
* Forward incremental search using ctrl-s is flaky because no keyrelease events are generated for ctrl-s
|
||||
we use keypress events instead. As a work around ctrl-shift-r is also bound to forward incremental search.
|
||||
|
||||
* #488177 exceptions occur when using pyreadline on windows 2008 r2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user