summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailgenerator.tex
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-02-09 12:58:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-02-09 12:58:49 (GMT)
commit7c4615b2524a1df36923593d0c1a32109d8a0049 (patch)
tree0fe7dc910bf84ed7a89866146164f41394d42ecd /Doc/lib/emailgenerator.tex
parent0a2032673cb151949b0788d74bb1ed6d55f2b0df (diff)
downloadcpython-7c4615b2524a1df36923593d0c1a32109d8a0049.zip
cpython-7c4615b2524a1df36923593d0c1a32109d8a0049.tar.gz
cpython-7c4615b2524a1df36923593d0c1a32109d8a0049.tar.bz2
Update broken link. Will backport to 2.5.
Diffstat (limited to 'Doc/lib/emailgenerator.tex')
-rw-r--r--Doc/lib/emailgenerator.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailgenerator.tex b/Doc/lib/emailgenerator.tex
index b236673..7ab0a53 100644
--- a/Doc/lib/emailgenerator.tex
+++ b/Doc/lib/emailgenerator.tex
@@ -33,7 +33,7 @@ Optional \var{mangle_from_} is a flag that, when \code{True}, puts a
line. This is the only guaranteed portable way to avoid having such
lines be mistaken for a \UNIX{} mailbox format envelope header separator (see
\ulink{WHY THE CONTENT-LENGTH FORMAT IS BAD}
-{http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/content-length.html}
+{http://www.jwz.org/doc/content-length.html}
for details). \var{mangle_from_} defaults to \code{True}, but you
might want to set this to \code{False} if you are not writing \UNIX{}
mailbox format files.