From b3bf3428e080eb8e52067a172e4741493156b9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Stenarson?= Date: Wed, 3 Apr 2013 19:26:34 +0200 Subject: [PATCH] Updating docs --- doc/source/installation.rst | 8 ++++---- doc/source/introduction.rst | 13 +------------ doc/source/known_issues.rst | 5 ----- doc/source/usage.rst | 5 +++-- 4 files changed, 8 insertions(+), 23 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index e716bce..11f4749 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -10,17 +10,17 @@ Current release version ----------------------- 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. 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 -lp:pyreadline`. +The current trunk version can be cloned with git, :command:`git clone +https://github.com/pyreadline/pyreadline.git`. Install with the usual :command:`python setup.py install` from the pyreadline folder. diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst index 028ffa1..9b9656f 100644 --- a/doc/source/introduction.rst +++ b/doc/source/introduction.rst @@ -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 console is still under development. -The pyreadline module support also Python 3.x. - -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 - +The pyreadline module supports Python versions 2.6, 2.7, and >3.2. Conflicts --------- diff --git a/doc/source/known_issues.rst b/doc/source/known_issues.rst index a002042..d098b83 100644 --- a/doc/source/known_issues.rst +++ b/doc/source/known_issues.rst @@ -9,8 +9,3 @@ Known issues * 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 - - * #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. diff --git a/doc/source/usage.rst b/doc/source/usage.rst index d6a5142..204e1f8 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -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 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 -have to change the terminal font to `lucida console` using the properties -dialog for the console. +have to change the terminal font to a font compatible with the wanted code page +in the case of a swedish system that would be e.g. `lucida console`, or +`consolas` using the properties dialog for the console.