summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-12-17 14:52:13 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-12-17 14:52:13 -0800
commit56f827e06cb0dd62cf3f5847a2f22a9035903145 (patch)
treed968afd2e70ff78b558d3381334dc2fbe1176015 /README.rst
parent99db33d25a21fb87f497af063d736d113733567c (diff)
parenta1fbc37779f9bb1ee152057e7110d5b1c77a863c (diff)
downloadparamiko-56f827e06cb0dd62cf3f5847a2f22a9035903145.tar.gz
Merge branch '1.14' into 1.15
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 6c240e3d..0dcf30e5 100644
--- a/README.rst
+++ b/README.rst
@@ -72,17 +72,6 @@ dependency ``winrandom`` may not install properly, leading to an
yourself. See `Fabric #194 <https://github.com/fabric/fabric/issues/194>`_
for info.
-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
--------------