1 |
2003-07-15 Bernhard Herzog <[email protected]> |
2003-07-15 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/support.py (FloatComparisonMixin): This is a mix-in class |
4 |
|
and therefore should not be derived from any other class. |
5 |
|
|
6 |
|
* test/test_range.py (RangeTest): FloatComparisonMixin is a |
7 |
|
mix-in, so derive from TestCase as well. |
8 |
|
|
9 |
|
2003-07-15 Bernhard Herzog <[email protected]> |
10 |
|
|
11 |
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Rework the |
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Rework the |
12 |
draw_func handling a bit to remove one layer of indirection. This |
draw_func handling a bit to remove one layer of indirection. This |
13 |
makes the renderer about 10% faster in the non-classifying case |
makes the renderer about 10% faster in the non-classifying case |