summaryrefslogtreecommitdiff
path: root/decorator/documentation3.py
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2010-11-28 09:39:29 +0100
committerMichele Simionato <michele.simionato@gmail.com>2010-11-28 09:39:29 +0100
commit8f7a9ed288687da7b79ef6f67673b4020ed0d561 (patch)
tree08266a5c3a7e79519b83e6726d3091af5da6bcc2 /decorator/documentation3.py
parent48e4405481f6ca1db715b11367e88a4d63f1c7ba (diff)
downloadmicheles-8f7a9ed288687da7b79ef6f67673b4020ed0d561.tar.gz
Fixed func_globals in the decorated function (release 3.2.1)
Diffstat (limited to 'decorator/documentation3.py')
-rw-r--r--decorator/documentation3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decorator/documentation3.py b/decorator/documentation3.py
index 94641ab..8e3c95d 100644
--- a/decorator/documentation3.py
+++ b/decorator/documentation3.py
@@ -486,7 +486,7 @@ $$identity_dec
<BLANKLINE>
(see bug report 1764286_ for an explanation of what is happening).
-Unfortunately the bug is still there, even in Python 2.6 and 3.0.
+Unfortunately the bug is still there, even in Python 2.7 and 3.1.
There is however a workaround. The decorator module adds an
attribute ``.undecorated`` to the decorated function, containing
a reference to the original function. The easy way to get