summaryrefslogtreecommitdiff
path: root/python/decorator/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/decorator/README')
-rw-r--r--python/decorator/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/decorator/README b/python/decorator/README
new file mode 100644
index 0000000000..ff2bfc793c
--- /dev/null
+++ b/python/decorator/README
@@ -0,0 +1,6 @@
+The aim of the decorator module it to simplify the usage of decorators
+for the average programmer, and to popularize decorators usage giving
+examples of useful decorators, such as memoize, tracing,
+redirecting_stdout, locked, etc.
+
+Python 3 support will be included if python3 is installed.