summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-17 07:12:18 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-17 07:12:18 -0500
commit0fc285fe50156cb2196bc8e9dddbccebf225d2fd (patch)
tree0f5bae9b1a19df321cfe3a2feeb9452cd0096c38
parenta633c8cd842225a60c206b2e9ce1479cd84c7636 (diff)
downloadparamiko-0fc285fe50156cb2196bc8e9dddbccebf225d2fd.tar.gz
Removed an out of date paragraph from the README
It dates to 6ea60572afe6bb2fc30b197946ea653451fc240e and I'm quite certain it's no longer relevant. I've never heard of such an error in my professional life.
-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
--------------