summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-04-23 20:36:18 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-04-23 20:36:18 (GMT)
commitf6b74da36ad9601c9a777589f68e6d657d9adb11 (patch)
tree7d4d01cbdf93cb0510ac9bd6bc61f5ad4c5f7192 /Doc/lib
parentc18cc56c2115dad6a118097d0fd722428364b4d2 (diff)
downloadcpython-f6b74da36ad9601c9a777589f68e6d657d9adb11.zip
cpython-f6b74da36ad9601c9a777589f68e6d657d9adb11.tar.gz
cpython-f6b74da36ad9601c9a777589f68e6d657d9adb11.tar.bz2
backport note about password limitations
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libnetrc.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex
index c7573f9..3d14001 100644
--- a/Doc/lib/libnetrc.tex
+++ b/Doc/lib/libnetrc.tex
@@ -59,3 +59,10 @@ as a pseudo-host by that name.
\begin{memberdesc}{macros}
Dictionary mapping macro names to string lists.
\end{memberdesc}
+
+\note{Passwords are limited to a subset of the ASCII character set.
+Versions of this module prior to 2.2.3 were extremely limited. Starting
+with 2.2.3, all ASCII punctuation is allowed in passwords. However, note
+that whitespace and non-printable characters are not allowed in passwords.
+This is a limitation of the way the .netrc file is parsed and may be removed
+in the future.}