Issue2766
Created on 2008-05-05 06:48 by dmaurer, last changed 2008-05-12 17:02 by georg.brandl.
| msg66259 (view) |
Author: Dieter Maurer (dmaurer) |
Date: 2008-05-05 06:48 |
|
"doctest.DocTestSuite" has parameter "globs=None".
It uses "globs" in the call to "test_finder.call".
After this use, it potentually modifies "globs" but no longer uses it.
Either the "globs" modification is irrelevant (then it should be removed)
or it should happen before the "test_finder.find" call.
|
| msg66740 (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2008-05-12 17:02 |
|
Thanks, the assignment to "globs" is indeed not necessary. Removed in
r63173.
|
|
| Date |
User |
Action |
Args |
| 2008-05-12 17:02:05 | georg.brandl | set | status: open -> closed resolution: fixed messages:
+ msg66740 nosy:
+ georg.brandl |
| 2008-05-05 06:48:28 | dmaurer | create | |
|