[issue14483] inspect.getsource fails to read a file of only comments

2016-12-23 Thread Pam McA'Nulty
Pam McA'Nulty added the comment: Yeah, I looked at the code and saw what you described, David. I think I'll see if there's a good place to mention this constraint in the docs and then I'll find another one (besides the macOS build issue I ran into when trying to build the latest master)

[issue14483] inspect.getsource fails to read a file of only comments

2016-12-23 Thread R. David Murray
R. David Murray added the comment: Well, there's nobody being paid for keeping track of bugs and responding, so things do slip through the cracks. Pinging an issue after there's been a lack of response for a while is appropriate, if you notice it yourself :) (Mark, while he was trying to be

[issue14483] inspect.getsource fails to read a file of only comments

2016-12-23 Thread Pam McA'Nulty
Pam McA'Nulty added the comment: I just clicked "Random Issue" and it seemed to be an "easy" (ish) one - which is just what I'd like to tackle over xmas break :) -- ___ Python tracker _

[issue14483] inspect.getsource fails to read a file of only comments

2016-12-23 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue14483] inspect.getsource fails to read a file of only comments

2016-12-23 Thread Sean Grider
Sean Grider added the comment: I had forgotten all about this bug until I saw an email from Pam today. The appears to still be some delay. -- ___ Python tracker ___

[issue14483] inspect.getsource fails to read a file of only comments

2016-12-23 Thread Pam McA'Nulty
Changes by Pam McA'Nulty : -- nosy: +Pam.McANulty ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue14483] inspect.getsource fails to read a file of only comments

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Sean we're sorry for the delay in getting back to you. -- nosy: +BreamoreBoy, yselivanov ___ Python tracker ___

[issue14483] inspect.getsource fails to read a file of only comments

2012-04-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue14483] inspect.getsource fails to read a file of only comments

2012-04-03 Thread Sean Grider
New submission from Sean Grider : I have a custom parser that generates html files to describe what python scripts do depending on their source comments. I use inspect.getsourcelines to parse out different comments styles (I use #@, #@@ and #$ to signal custom comments) I recently found that