This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients RafeSacks, belopolsky, ggenellina
Date 2008-12-09.02:14:36
SpamBayes Score 2.8575382e-06
Marked as misclassified No
Message-id <1228788878.84.0.572460240674.issue4335@psf.upfronthosting.co.za>
In-reply-to
Content
Rafe,

Can you confirm that behavior on missing end-of-line is indeed your 
issue?  Note that at first I could not even reproduce the problem based 
on your report.

I am attaching a proof-of-concept patch that would arguably improve the 
inspect module by making it more robust in your case.

Note that it is unlikely that a fix along the lines of my patch will be 
considered for bug-fix releases of 2.5.x and 2.6.x series.  If you want 
an immediate solution, you have a better chance convincing Komodo 
developers to fix their text editor (emacs' python mode auto-terminates 
the last line in .py files.)
History
Date User Action Args
2008-12-09 02:14:39belopolskysetrecipients: + belopolsky, ggenellina, RafeSacks
2008-12-09 02:14:38belopolskysetmessageid: <1228788878.84.0.572460240674.issue4335@psf.upfronthosting.co.za>
2008-12-09 02:14:38belopolskylinkissue4335 messages
2008-12-09 02:14:37belopolskycreate