Bugs item #1315961, was opened at 2005-10-07 18:33
Message generated for change (Comment added) made by doerwalter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1315961&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.4
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Nobody/Anonymous (nobody)
Summary: inspect.getsourcelines() broken

Initial Comment:
inspect.getsourcelines() in Python 2.4.2 breaks when
parsing the attached buggy.py although the indentation
level are OK:

>>> import inspect, buggy
>>> inspect.getsourcelines(buggy.title)

This gives a "IndentationError: unindent does not match
any outer indentation level"


----------------------------------------------------------------------

>Comment By: Walter Dörwald (doerwalter)
Date: 2005-10-10 14:28

Message:
Logged In: YES 
user_id=89016

Closing this bug report as it is a duplicate of #1224621.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1315961&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to