Updating docs

This commit is contained in:
Jrgen Stenarson
2013-04-03 19:26:34 +02:00
parent b2e55df8e3
commit b3bf3428e0
4 changed files with 8 additions and 23 deletions
+4 -4
View File
@@ -10,17 +10,17 @@ Current release version
----------------------- -----------------------
Get the installer for the current installer at Get the installer for the current installer at
https://launchpad.net/pyreadline/+download. https://pypi.python.org/pypi/pyreadline/
Follow the instructions for configuration below. Follow the instructions for configuration below.
Development version Development version
------------------- -------------------
The devopment is hosted at https://launchpad.net/pyreadline The devopment is hosted at https://github.com/pyreadline/pyreadline
The current trunk version can be pulled with bzr, :command:`bzr branch The current trunk version can be cloned with git, :command:`git clone
lp:pyreadline`. https://github.com/pyreadline/pyreadline.git`.
Install with the usual :command:`python setup.py install` from the pyreadline Install with the usual :command:`python setup.py install` from the pyreadline
folder. folder.
+1 -12
View File
@@ -11,18 +11,7 @@ like python library can also be useful when implementing commandline like
interfaces in GUIs. The use of pyreadline for anything but the windows interfaces in GUIs. The use of pyreadline for anything but the windows
console is still under development. console is still under development.
The pyreadline module support also Python 3.x. The pyreadline module supports Python versions 2.6, 2.7, and >3.2.
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
------------
* ctypes
Conflicts Conflicts
--------- ---------
-5
View File
@@ -9,8 +9,3 @@ Known issues
* Forward incremental search using ctrl-s is flaky because no keyrelease events are generated for ctrl-s * 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. 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
* #526850 pyreadline causes conhost.exe to crash on windows 7. When pasting long text (>230 characters)
python crashes. Has been observed on Windows 7 with pyreadline 1.5, not a confirmed problem with pyreadline 1.6 series.
Workaround is to use the pyreadline paste instead i.e. ctrl-v.
+3 -2
View File
@@ -127,8 +127,9 @@ swedish systems). This means the filenames containing internationl characters
entered on interactive prompt will not work. The workaround here is to change entered on interactive prompt will not work. The workaround here is to change
the codepage of your terminal to a more suitable one using the :command:`chcp` the codepage of your terminal to a more suitable one using the :command:`chcp`
command. For swedish systems :command:`chcp 1252` does the trick but you also command. For swedish systems :command:`chcp 1252` does the trick but you also
have to change the terminal font to `lucida console` using the properties have to change the terminal font to a font compatible with the wanted code page
dialog for the console. in the case of a swedish system that would be e.g. `lucida console`, or
`consolas` using the properties dialog for the console.