Navigation Menu

Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jstenar committed Apr 3, 2013
1 parent b2e55df commit b3bf342
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
8 changes: 4 additions & 4 deletions doc/source/installation.rst
Expand Up @@ -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.
Expand Down
13 changes: 1 addition & 12 deletions doc/source/introduction.rst
Expand Up @@ -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
---------
Expand Down
5 changes: 0 additions & 5 deletions doc/source/known_issues.rst
Expand Up @@ -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.
5 changes: 3 additions & 2 deletions doc/source/usage.rst
Expand Up @@ -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.



0 comments on commit b3bf342

Please sign in to comment.