[Python-checkins] r81105 - python/trunk/Doc/howto/functional.rst

andrew.kuchling python-checkins at python.org
Wed May 12 02:40:47 CEST 2010


Author: andrew.kuchling
Date: Wed May 12 02:40:47 2010
New Revision: 81105

Log:
Let's call this done

Modified:
   python/trunk/Doc/howto/functional.rst

Modified: python/trunk/Doc/howto/functional.rst
==============================================================================
--- python/trunk/Doc/howto/functional.rst	(original)
+++ python/trunk/Doc/howto/functional.rst	Wed May 12 02:40:47 2010
@@ -5,9 +5,6 @@
 :Author: A. M. Kuchling
 :Release: 0.31
 
-(This is a first draft.  Please send comments/error reports/suggestions to
-amk at 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


More information about the Python-checkins mailing list