diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2010-05-12 00:40:47 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2010-05-12 00:40:47 (GMT) |
commit | 68df234b73a55614f446d1987ce0f80d955b5366 (patch) | |
tree | 25e9f23c16757c820a3f8f86d4d8b8db27fa35e3 /Doc/howto/functional.rst | |
parent | 2702491687529ec22f06c20f60cec76b4c4e6c0e (diff) | |
download | cpython-68df234b73a55614f446d1987ce0f80d955b5366.zip cpython-68df234b73a55614f446d1987ce0f80d955b5366.tar.gz cpython-68df234b73a55614f446d1987ce0f80d955b5366.tar.bz2 |
Let's call this done
Diffstat (limited to 'Doc/howto/functional.rst')
-rw-r--r-- | Doc/howto/functional.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index f553ceb..4ae216a 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 |