[issue4726] doctest gets line numbers wrong due to quotes in comments

2010-08-09 Thread Florent Xicluna
Florent Xicluna added the comment: Out of date. -- nosy: +flox status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list m

[issue4726] doctest gets line numbers wrong due to quotes in comments

2010-06-25 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> works for me status: open -> pending versions: -Python 2.4, Python 2.5 ___ Python tracker ___ _

[issue4726] doctest gets line numbers wrong due to quotes in comments

2008-12-26 Thread Gabriel Genellina
Gabriel Genellina added the comment: I could not reproduce the behaviour you describe. Could you provide a test case? That fails with the current code and is fixed after applying your patch. (BTW, the r.e. should be a raw string literal, even the original one) -- nosy: +gagenellina _

[issue4726] doctest gets line numbers wrong due to quotes in comments

2008-12-22 Thread guyer
New submission from guyer : My text editor places a comment block at the top of each source file with a block of information about the author, the project, license, etc. One (rather pointless) line of this block looks like # FILE: "somefile.py" The re in `_find_lineno()` misinterprets this l