BPO | [1011890](https://bugs.python.org/issue1011890) --- | :--- Nosy | @simonpercivall Files | [inspect.py.diff](https://bugs.python.org/file6199/inspect.py.diff "Uploaded as text/plain at 2004-08-19.01:11:10 by @simonpercivall"): patch for inspect.py[unittest_inspect.py](https://bugs.python.org/file6200/unittest_inspect.py "Uploaded as text/plain at 2004-08-19.11:18:08 by @simonpercivall"): tests for patched behaviour[test_inspect_oneliners.py](https://bugs.python.org/file6201/test_inspect_oneliners.py "Uploaded as text/plain at 2004-08-19.17:21:15 by jlgijsbers"): updated tests *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = created_at = labels = ['library'] title = 'fix inspect.getsource breaking with line-continuation & more' updated_at = user = 'https://github.com/simonpercivall' ``` bugs.python.org fields: ```python activity = actor = 'jlgijsbers' assignee = 'jlgijsbers' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'simon.percivall' dependencies = [] files = ['6199', '6200', '6201'] hgrepos = [] issue_num = 1011890 keywords = ['patch'] message_count = 7.0 messages = ['46736', '46737', '46738', '46739', '46740', '46741', '46742'] nosy_count = 2.0 nosy_names = ['jlgijsbers', 'simon.percivall'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1011890' versions = ['Python 2.4'] ```