From: Michael W. Hudson Date: Sat, 7 Aug 2004 17:39:35 +0000 (+0000) Subject: Fix X-Git-Tag: v2.4a3~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1baa2480215a2cd168e2fde10e640650c1807496;p=python Fix [ 1000841 ] "make pdf" failure w/ 2.4 docs in the suggested way, by uglifying a URL. --- diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 957a25b46b..26f013195d 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -256,9 +256,9 @@ triggered the error. \versionadded{2.4} -In \url{http://www.xmlrpc.com/discuss/msgReader\$1208}, an approach -is presented to encapsulate multiple calls to a remote server into -a single request. +In \url{http://www.xmlrpc.com/discuss/msgReader\%241208}, an approach +is presented to encapsulate multiple calls to a remote server into a +single request. \begin{classdesc}{MultiCall}{server}