From: Neal Norwitz Date: Sat, 4 Mar 2006 23:31:45 +0000 (+0000) Subject: Fix SF #1442937, Bad Coroutine link X-Git-Tag: v2.5a0~364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0917988f7c9fea8fb15c4d54cf54452cded6c582;p=thirdparty%2FPython%2Fcpython.git Fix SF #1442937, Bad Coroutine link --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index f40d583bc2ac..3ea1d8db4569 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -246,7 +246,7 @@ some fancier uses of generators as coroutines.} \seeurl{http://en.wikipedia.org/wiki/Coroutine}{The Wikipedia entry for coroutines.} -\seeurl{http://www.sidhe.org/~dan/blog/archives/000178.html}{An +\seeurl{http://www.sidhe.org/\~{}dan/blog/archives/000178.html}{An explanation of coroutines from a Perl point of view, written by Dan Sugalski.}