diff options
author | Raymond Hettinger <python@rcn.com> | 2003-01-14 02:19:36 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-01-14 02:19:36 (GMT) |
commit | 2d375f78a570dc627daf61df9d12473633055cdf (patch) | |
tree | ad7ea73d0fecfceebc716fbf8efe8b474ff126f1 /Lib/idlelib/aboutDialog.py | |
parent | 9896ea24f9dd0ad895f2095b5680fafc901fea6f (diff) | |
download | cpython-2d375f78a570dc627daf61df9d12473633055cdf.zip cpython-2d375f78a570dc627daf61df9d12473633055cdf.tar.gz cpython-2d375f78a570dc627daf61df9d12473633055cdf.tar.bz2 |
SF bug #661184: inspect.getsource bug
inspect.getsource would crash with one line definitions like:
def f(x): return x
or
f = lambda x: x
Diffstat (limited to 'Lib/idlelib/aboutDialog.py')
0 files changed, 0 insertions, 0 deletions