diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-18 02:12:42 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-18 02:12:42 -0500 |
commit | 578ae9dcfdb4b9973f784adb3b67f24b52d79989 (patch) | |
tree | b24c5fc2498b617af4b0aa790796aa5ede7a275a /README.rst | |
parent | 0a368f8bed90becaf6b58ef3b7e6771c71a883c9 (diff) | |
parent | fa0e17f9ef33d75b62134d35adfd21d3211c6d02 (diff) |
Merge branch 'master' into switch-to-cryptography
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 -------------- |