summaryrefslogtreecommitdiff
path: root/Lib/codehack.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/codehack.py')
-rw-r--r--Lib/codehack.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/codehack.py b/Lib/codehack.py
index d00d2bfec9..1f16814224 100644
--- a/Lib/codehack.py
+++ b/Lib/codehack.py
@@ -7,6 +7,10 @@ import string
import os
import linecache
+# XXX The functions getcodename() and getfuncname() are now obsolete
+# XXX as code and function objects now have a name attribute --
+# XXX co.co_name and f.func_name.
+
# Extract the function or class name from a code object.
# This is a bit of a hack, since a code object doesn't contain
# the name directly. So what do we do: