]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Markup change; make the notice a little stronger by using the "boxed"
authorFred Drake <fdrake@acm.org>
Fri, 25 Apr 2003 22:09:23 +0000 (22:09 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Apr 2003 22:09:23 +0000 (22:09 +0000)
version.

Doc/lib/libnetrc.tex

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