From: Andrew M. Kuchling Date: Wed, 12 May 2010 00:40:47 +0000 (+0000) Subject: Let's call this done X-Git-Tag: v2.7rc1~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68df234b73a55614f446d1987ce0f80d955b5366;p=python Let's call this done --- diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index f553cebca4..4ae216a04a 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -5,9 +5,6 @@ :Author: A. M. Kuchling :Release: 0.31 -(This is a first draft. Please send comments/error reports/suggestions to -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 concepts of functional programming, we'll look at language features such as