summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-18 02:12:42 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-18 02:12:42 -0500
commit578ae9dcfdb4b9973f784adb3b67f24b52d79989 (patch)
treeb24c5fc2498b617af4b0aa790796aa5ede7a275a /README.rst
parent0a368f8bed90becaf6b58ef3b7e6771c71a883c9 (diff)
parentfa0e17f9ef33d75b62134d35adfd21d3211c6d02 (diff)
downloadparamiko-578ae9dcfdb4b9973f784adb3b67f24b52d79989.tar.gz
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 9f68e9da..601617e1 100644
--- a/README.rst
+++ b/README.rst
@@ -65,18 +65,6 @@ Paramiko primarily supports POSIX platforms with standard OpenSSH
implementations, and is most frequently tested on Linux and OS X. Windows is
supported as well, though it may not be as straightforward.
-Some Python distributions don't include the UTF-8 string encodings, for
-reasons of space (misguided as that is). If your distribution is
-missing encodings, you'll see an error like this::
-
- LookupError: no codec search functions registered: can't find encoding
-
-This means you need to copy string encodings over from a working system
-(it probably only happens on embedded systems, not normal Python
-installs). Valeriy Pogrebitskiy says the best place to look is
-``.../lib/python*/encodings/__init__.py``.
-
-
Bugs & Support
--------------