]> granicus.if.org Git - python/commit
Fix faulty doctests. There is no results attribute.
authorRaymond Hettinger <python@rcn.com>
Wed, 16 Jul 2003 04:32:32 +0000 (04:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 16 Jul 2003 04:32:32 +0000 (04:32 +0000)
commit83325e9087e1072cd51fed09896dc92a524db781
treeba6451b85bf82e39cd9239f32f88ee6f1ad94841
parentf3590623e9fe5c918709634cfca28d30fb444b7c
Fix faulty doctests.  There is no results attribute.
Note, these tests were not getting exercised because
doctest skips over private functions.
Lib/difflib.py