summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-04-25 22:09:23 (GMT)
committerFred Drake <fdrake@acm.org>2003-04-25 22:09:23 (GMT)
commit468f44f1843d90ab515f4e28fcc8d9569570a635 (patch)
tree4595502cda5944ce601179d9a2b260cfe26894c2 /Doc/lib
parenta749183f876da77e380b74c6dd9d167514b095a0 (diff)
downloadcpython-468f44f1843d90ab515f4e28fcc8d9569570a635.zip
cpython-468f44f1843d90ab515f4e28fcc8d9569570a635.tar.gz
cpython-468f44f1843d90ab515f4e28fcc8d9569570a635.tar.bz2
Markup change; make the notice a little stronger by using the "boxed"
version.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libnetrc.tex15
1 files changed, 9 insertions, 6 deletions
diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex
index 3d14001..bd0fa51 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}