]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport note about password limitations
authorSkip Montanaro <skip@pobox.com>
Wed, 23 Apr 2003 20:36:18 +0000 (20:36 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 23 Apr 2003 20:36:18 +0000 (20:36 +0000)
Doc/lib/libnetrc.tex

index c7573f9155c19f787028ab721b7de85add303836..3d14001ef345420566f8583720cab6a842003301 100644 (file)
@@ -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.}