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 terry.reedy
Recipients JayKrish, Todd.Rovito, philwebster, python-dev, terry.reedy
Date 2013-08-25.02:11:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377396664.65.0.580578491424.issue18489@psf.upfronthosting.co.za>
In-reply-to
Content
Big changes: monkey-patched module so tests of functions not using Text are non-gui; split search tests from other class tests as part of this. Several other little changes.

The four lines still not covered are the bodies of
if ok: start = last
if wrapped and line > startline: break
if wrapped and line < startline: break
if i == j: j = j+1 
I will look at these when I review the search tests, but they are not commit blockers.
History
Date User Action Args
2013-08-25 02:11:04terry.reedysetrecipients: + terry.reedy, Todd.Rovito, python-dev, JayKrish, philwebster
2013-08-25 02:11:04terry.reedysetmessageid: <1377396664.65.0.580578491424.issue18489@psf.upfronthosting.co.za>
2013-08-25 02:11:04terry.reedylinkissue18489 messages
2013-08-25 02:11:04terry.reedycreate