From: Skip Montanaro Date: Wed, 23 Apr 2003 20:36:18 +0000 (+0000) Subject: backport note about password limitations X-Git-Tag: v2.2.3c1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6b74da36ad9601c9a777589f68e6d657d9adb11;p=thirdparty%2FPython%2Fcpython.git backport note about password limitations --- diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex index c7573f9155c1..3d14001ef345 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.}