Commit bf363841 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a TODO for python2.7-only feature.

parent 6215110a
......@@ -98,6 +98,7 @@ if 1:
__traceback_info__=args, kw, self._v_func_defaults
# TODO python2.7: use inspect.getcallargs instead of try..except block
try: return f(*args, **kw)
except TypeError, v:
tb=sys.exc_info()[2]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment