summaryrefslogtreecommitdiff
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
commita1fbc37779f9bb1ee152057e7110d5b1c77a863c (patch)
tree9e9381eedac58743e65655e8d3c624eb3a496957
parent50ad483e6b1912e15f876689ea28ca6157d01b3a (diff)
parentd0d0c32b92bebfec3ff2627b30d3d4732f10ce89 (diff)
downloadparamiko-a1fbc37779f9bb1ee152057e7110d5b1c77a863c.tar.gz
Merge branch '1.13' into 1.14
-rw-r--r--README.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index e78bda76..d2ed826c 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
--------------