r47184 - sandbox/trunk/Doc/functional.rst
Author: andrew.kuchling Date: Fri Jun 30 23:16:06 2006 New Revision: 47184 Modified: sandbox/trunk/Doc/functional.rst Log: Add version; note reservation about URL; add history Modified: sandbox/trunk/Doc/functional.rst ============================================================================== --- sandbox/trunk/Doc/functional.rst (original) +++ sandbox/trunk/Doc/functional.rst Fri Jun 30 23:16:06 2006 @@ -1,8 +1,12 @@ Functional Programming HOWTO ================================ +**Version 0.1** + (This is a first draft. Please send comments/error -reports/suggestions to amk@amk.ca.) +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.) In this document, we'll take a tour of Python's features suitable for implementing programs in a functional style. After an introduction to @@ -1124,13 +1128,14 @@ server_log('Unable to open socket') -Acknowledgements ------------------------------- +Revision History and Acknowledgements +------------------------------------------------ The author would like to thank the following people for offering suggestions, corrections and assistance with various drafts of this article: Raymond Hettinger, Jim Jewett. +Version 0.1: posted June 30 2006. .. comment
participants (1)
-
andrew.kuchling