summaryrefslogtreecommitdiffstats
path: root/Doc/library/functional.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/functional.rst')
-rw-r--r--Doc/library/functional.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/Doc/library/functional.rst b/Doc/library/functional.rst
new file mode 100644
index 0000000..5b6185a
--- /dev/null
+++ b/Doc/library/functional.rst
@@ -0,0 +1,15 @@
+******************************
+Functional Programming Modules
+******************************
+
+The modules described in this chapter provide functions and classes that support
+a functional programming style, and general operations on callables.
+
+The following modules are documented in this chapter:
+
+
+.. toctree::
+
+ itertools.rst
+ functools.rst
+ operator.rst