From: Fred Drake Date: Fri, 25 Apr 2003 22:09:23 +0000 (+0000) Subject: Markup change; make the notice a little stronger by using the "boxed" X-Git-Tag: v2.2.3c1~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=468f44f1843d90ab515f4e28fcc8d9569570a635;p=thirdparty%2FPython%2Fcpython.git Markup change; make the notice a little stronger by using the "boxed" version. --- diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex index 3d14001ef345..bd0fa51df941 100644 --- a/Doc/lib/libnetrc.tex +++ b/Doc/lib/libnetrc.tex @@ -60,9 +60,12 @@ as a pseudo-host by that name. 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.} +\begin{notice} + 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 \file{.netrc} file is parsed and may be removed in the + future. +\end{notice}