From: Andrew M. Kuchling Date: Fri, 14 Dec 2007 22:41:18 +0000 (+0000) Subject: Remove warning about URL X-Git-Tag: v2.6a1~862 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df2d745f38c32b76590cd680f43764e2622673e0;p=thirdparty%2FPython%2Fcpython.git Remove warning about URL --- diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index a7b53db26888..50d4b04116d1 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -6,9 +6,7 @@ :Release: 0.30 (This is a first draft. Please send comments/error reports/suggestions to -amk@amk.ca. This URL is probably not going to be the final location of the -document, so be careful about linking to it -- you may want to add a -disclaimer.) +amk@amk.ca.) In this document, we'll take a tour of Python's features suitable for implementing programs in a functional style. After an introduction to the